Skip to content

Commit f692720

Browse files
jonefftsvetomir
authored andcommitted
chore: revert icons for nova theme
1 parent 3001261 commit f692720

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

styles/web/type-nova.less

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,44 @@
2121
@import "themes/type.less";
2222

2323
/* Main colors */
24+
div.k-header .k-icon,
25+
.k-group-indicator .k-icon,
26+
.k-button .k-icon,
27+
.k-group-indicator .k-icon,
28+
.k-primary.k-button .k-icon,
29+
.k-dropdown-wrap.k-state-hovered .k-select .k-icon,
30+
.k-dropdown-wrap.k-state-active .k-select .k-icon,
31+
a.k-state-active.k-button-icon .k-icon,
32+
.k-header .k-button-group .k-state-selected .k-icon,
33+
.k-tabstrip-wrapper .k-spreadsheet-quick-access-toolbar .k-icon {
34+
color: @selected-text-color;
35+
&:hover {
36+
color: @selected-text-color;
37+
}
38+
}
39+
40+
.k-icon,
41+
.k-header .k-button .k-icon,
42+
.k-header .k-button-group .k-icon,
43+
.k-widget .k-icon,
44+
.k-dialog-titlebar.k-header .k-icon,
45+
.k-editor-dropdown .k-icon,
46+
.k-tool-icon.k-icon,
47+
.k-widget.k-header .k-icon,
48+
.k-button .k-icon,
49+
.k-button-icontext .k-icon,
50+
.k-button-icon .k-icon,
51+
.k-header.k-tabstrip .k-icon,
52+
.k-select .k-link .k-icon {
53+
color: @normal-text-color;
54+
&:hover {
55+
color: @normal-text-color;
56+
}
57+
}
58+
59+
.k-widget.k-notification .k-icon {
60+
color: inherit;
61+
}
2462

2563
.k-splitbar .k-resize-handle {
2664
background-color: @normal-text-color;

0 commit comments

Comments
 (0)