This commit is contained in:
Alex Gyoshev 2017-09-07 10:17:09 +03:00
Родитель c8a5e31769
Коммит 1458a15963
2 изменённых файлов: 6 добавлений и 7 удалений

Просмотреть файл

@ -17,6 +17,7 @@ rules:
size: 4
force-element-nesting: 0
force-attribute-nesting: 0
force-pseudo-nesting: 0
no-vendor-prefixes: 0

Просмотреть файл

@ -298,14 +298,12 @@
// Button group with flat buttons
&.k-button-group-flat {
&.k-state-disabled {
.k-button {
background-color: transparent;
&.k-state-disabled .k-button {
background-color: transparent;
&:active,
&.k-state-active {
background-color: $button-focused-bg;
}
&:active,
&.k-state-active {
background-color: $button-focused-bg;
}
}