Skip to content

Commit 7510991

Browse files
theOrlintsvetomir
authored andcommitted
fix(ListBox): Fix various toolbar button states
1 parent 3469144 commit 7510991

File tree

3 files changed

+17
-0
lines changed

3 files changed

+17
-0
lines changed

styles/web/type-flat.less

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2787,6 +2787,12 @@ html .km-pane-wrapper .km-widget,
27872787
color: @input-text-color;
27882788
}
27892789

2790+
.k-button.k-state-disabled{
2791+
.k-icon {
2792+
color: @disabled-text-color;
2793+
}
2794+
}
2795+
27902796
.k-drop-hint {
27912797
height: 0;
27922798
border-top: 1px solid @accent;

styles/web/type-material.less

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4193,6 +4193,13 @@ div.k-scheduler-marquee:after {
41934193
}
41944194
}
41954195

4196+
.k-button.k-state-disabled:hover
4197+
{
4198+
.k-icon {
4199+
opacity: .7;
4200+
}
4201+
}
4202+
41964203
.k-drop-hint {
41974204
height: 0;
41984205
border-top: 1px solid @accent;

styles/web/type-nova.less

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2495,6 +2495,10 @@ html .km-pane-wrapper .km-widget,
24952495
opacity: .2;
24962496
}
24972497

2498+
.k-button.k-state-disabled:active .k-icon {
2499+
opacity: .2;
2500+
}
2501+
24982502
.k-drop-hint {
24992503
height: 0;
25002504
border-top: 1px solid @accent;

0 commit comments

Comments
 (0)