Skip to content

Commit bd0ae6b

Browse files
committed
kern kolicons gefixt
1 parent fdb80ac commit bd0ae6b

File tree

2 files changed

+23
-3
lines changed

2 files changed

+23
-3
lines changed

packages/themes/kern/src/global/icons.scss

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,121 +1,141 @@
11
@use '../../assets/material-symbols-subset/variables' as *;
22

33
[class*=' kolicon-'] {
4-
font-family: material-symbols-subset;
5-
64
/* Icon mappings */
75
&.kolicon-plus {
6+
font-family: material-symbols-subset;
87
&::before {
98
content: '\e926';
109
}
1110
}
1211
&.kolicon-minus {
12+
font-family: material-symbols-subset;
1313
&::before {
1414
content: $icon-remove;
1515
}
1616
}
1717
&.kolicon-chevron-down {
18+
font-family: material-symbols-subset;
1819
&::before {
1920
content: $icon-arrow-down;
2021
}
2122
}
2223
&.kolicon-chevron-left {
24+
font-family: material-symbols-subset;
2325
&::before {
2426
content: $icon-chevron-left;
2527
}
2628
}
2729
&.kolicon-chevron-right {
30+
font-family: material-symbols-subset;
2831
&::before {
2932
content: $icon-chevron-right;
3033
}
3134
}
3235
&.kolicon-chevron-up {
36+
font-family: material-symbols-subset;
3337
&::before {
3438
content: $icon-arrow-up;
3539
}
3640
}
3741

3842
&.kolicon-eye-closed {
43+
font-family: material-symbols-subset;
3944
&::before {
4045
content: $icon-visibility-off;
4146
}
4247
}
4348
&.kolicon-eye {
49+
font-family: material-symbols-subset;
4450
&::before {
4551
content: $icon-visibility;
4652
}
4753
}
4854
&.kolicon-house {
55+
font-family: material-symbols-subset;
4956
&::before {
5057
content: $icon-home;
5158
}
5259
}
5360
&.kolicon-link-external {
61+
font-family: material-symbols-subset;
5462
&::before {
5563
content: $icon-open-in-new;
5664
}
5765
}
5866
&.kolicon-version {
67+
font-family: material-symbols-subset;
5968
&::before {
6069
content: $icon-view-timeline;
6170
}
6271
}
6372

6473
&.kolicon-alert-warning {
74+
font-family: material-symbols-subset;
6575
&::before {
6676
content: $icon-warning;
6777
}
6878
}
6979
&.kolicon-alert-error {
80+
font-family: material-symbols-subset;
7081
&::before {
7182
content: $icon-danger;
7283
}
7384
}
7485
&.kolicon-alert-success {
86+
font-family: material-symbols-subset;
7587
&::before {
7688
content: $icon-success;
7789
}
7890
}
7991
&.kolicon-alert-info {
92+
font-family: material-symbols-subset;
8093
&::before {
8194
content: $icon-info;
8295
}
8396
}
8497

8598
&.kolicon-check {
99+
font-family: material-symbols-subset;
86100
&::before {
87101
content: $icon-check;
88102
}
89103
}
90104

91105
&.kolicon-cross {
106+
font-family: material-symbols-subset;
92107
&::before {
93108
content: $icon-close;
94109
}
95110
}
96111
&.kolicon-chevron-double-left {
112+
font-family: material-symbols-subset;
97113
&::before {
98114
content: $icon-keyboard-double-arrow-left;
99115
}
100116
}
101117
&.kolicon-chevron-double-right {
118+
font-family: material-symbols-subset;
102119
&::before {
103120
content: $icon-keyboard-double-arrow-right;
104121
}
105122
}
106123

107124
&.kolicon-cogwheel {
125+
font-family: material-symbols-subset;
108126
&::before {
109127
content: $icon-settings;
110128
}
111129
}
112130
&.kolicon-settings {
131+
font-family: material-symbols-subset;
113132
&::before {
114133
content: $icon-settings;
115134
}
116135
}
117136

118137
&.kolicon-up {
138+
font-family: material-symbols-subset;
119139
&::before {
120140
content: $icon-drive-folder-upload;
121141
}

packages/tools/visual-tests/tests/sample-app.routes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1143,7 +1143,7 @@ ROUTES.set('version/context', {
11431143
ROUTES.set('scenarios/accordion-components', {
11441144
snapshot: {
11451145
zoom: {
1146-
skip: true,
1146+
skip: false,
11471147
},
11481148
},
11491149
});

0 commit comments

Comments
 (0)