Skip to content

Commit

Permalink
fix max-empty-lines
Browse files Browse the repository at this point in the history
  • Loading branch information
mvorisek committed Dec 9, 2022
1 parent 57eb8b1 commit 9bf99ea
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/definitions/elements/button.less
Original file line number Diff line number Diff line change
Expand Up @@ -1665,8 +1665,6 @@
.ui.tertiary.@{color}.button {
background: transparent;



& when (@tertiaryWithUnderline = true) {
box-shadow: inset 0 -@tertiaryLineHeight 0 @ty;
}
Expand All @@ -1686,8 +1684,6 @@
.ui.tertiary.@{color}.buttons button:hover,
.ui.tertiary.@{color}.button:hover {



& when (@tertiaryHoverWithUnderline = true) {
box-shadow: inset 0 -@tertiaryLineHeight 0 @tyh;
}
Expand All @@ -1700,17 +1696,13 @@
box-shadow: none;
}


color: @tyh;
}

.ui.tertiary.@{color}.buttons .button:focus,
.ui.tertiary.@{color}.buttons .tertiary.button:focus,
.ui.tertiary.@{color}.button:focus {




& when (@tertiaryFocusWithUnderline = true) {
box-shadow: inset 0 -@tertiaryLineHeight 0 @tyf;
}
Expand All @@ -1723,7 +1715,6 @@
box-shadow: none;
}


color: @tyf;
}

Expand All @@ -1734,8 +1725,6 @@
.ui.tertiary.@{color}.buttons .tertiary.button:active,
.ui.tertiary.@{color}.button:active {



& when (@tertiaryActiveWithUnderline = true) {
box-shadow: inset 0 -@tertiaryLineHeight 0 @tya;
}
Expand Down

0 comments on commit 9bf99ea

Please sign in to comment.