From 9bf99eaefd22f1bb3fe220edf7104d539566f8f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Vo=C5=99=C3=AD=C5=A1ek?= Date: Fri, 9 Dec 2022 21:33:31 +0100 Subject: [PATCH] fix max-empty-lines --- src/definitions/elements/button.less | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/definitions/elements/button.less b/src/definitions/elements/button.less index 3148d03d78..e300b5fdf0 100755 --- a/src/definitions/elements/button.less +++ b/src/definitions/elements/button.less @@ -1665,8 +1665,6 @@ .ui.tertiary.@{color}.button { background: transparent; - - & when (@tertiaryWithUnderline = true) { box-shadow: inset 0 -@tertiaryLineHeight 0 @ty; } @@ -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; } @@ -1700,7 +1696,6 @@ box-shadow: none; } - color: @tyh; } @@ -1708,9 +1703,6 @@ .ui.tertiary.@{color}.buttons .tertiary.button:focus, .ui.tertiary.@{color}.button:focus { - - - & when (@tertiaryFocusWithUnderline = true) { box-shadow: inset 0 -@tertiaryLineHeight 0 @tyf; } @@ -1723,7 +1715,6 @@ box-shadow: none; } - color: @tyf; } @@ -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; }