File tree Expand file tree Collapse file tree 2 files changed +12
-11
lines changed
components/ft-icon-button Expand file tree Collapse file tree 2 files changed +12
-11
lines changed Original file line number Diff line number Diff line change 22
22
color : var (--primary-text-color );
23
23
24
24
& :hover ,
25
- & :focus {
25
+ & :focus-visible {
26
26
background-color : var (--side-nav-hover-color );
27
27
color : var (--side-nav-hover-text-color );
28
28
}
29
29
30
30
& :active {
31
31
background-color : var (--side-nav-active-color );
32
+ color : var (--side-nav-active-text-color );
32
33
}
33
34
}
34
35
35
36
& .base-no-default {
36
37
& :hover ,
37
- & :focus {
38
+ & :focus-visible {
38
39
background-color : var (--side-nav-hover-color );
40
+ color : var (--side-nav-hover-text-color );
39
41
}
40
42
41
43
& :active {
42
44
background-color : var (--side-nav-active-color );
45
+ color : var (--side-nav-active-text-color );
43
46
}
44
47
}
45
48
48
51
color : var (--text-with-main-color );
49
52
50
53
& :hover ,
51
- & :focus {
54
+ & :focus-visible {
52
55
background-color : var (--primary-color-hover );
53
56
}
54
57
62
65
color : var (--text-with-accent-color );
63
66
64
67
& :hover ,
65
- & :focus {
68
+ & :focus-visible {
66
69
background-color : var (--accent-color-hover );
67
70
}
68
71
71
74
}
72
75
}
73
76
74
- & .favorite {
77
+ & .favorite , & .favorite :hover , & .favorite :focus-visible {
75
78
color : var (--favorite-icon-color );
76
79
}
77
80
}
118
121
white-space : nowrap ;
119
122
120
123
& :hover ,
121
- & :focus {
124
+ & :focus-visible {
122
125
background-color : var (--side-nav-hover-color );
126
+ color : var (--side-nav-hover-text-color );
123
127
transition : background 0.2s ease-in ;
124
128
}
125
129
126
130
& :active {
127
131
background-color : var (--side-nav-active-color );
132
+ color : var (--side-nav-active-text-color );
128
133
transition : background 0.1s ease-in ;
129
134
}
130
135
}
Original file line number Diff line number Diff line change 184
184
--search-bar-color : # FFF0DD ;
185
185
--logo-icon : url ("../../_icons/iconBlackSmall.png" );
186
186
--logo-text : url ("../../_icons/textBlackSmall.png" );
187
- /* --logo-icon: url("../../_icons/iconPastelPinkLightSmall.png");
188
- --logo-text: url("../../_icons/textPastelPinkLightSmall.png"); */
189
187
}
190
188
191
189
.hotPink {
216
214
--primary-color-hover : # 000000 !important ;
217
215
--primary-color-active : # 000000 !important ;
218
216
--text-with-main-color : # FFFFFF !important ;
217
+ --text-with-accent-color : # FFFFFF !important ;
219
218
--accent-color : # 000000 !important ;
220
219
--accent-color-hover : # 808080 !important ;
221
220
--accent-color-active : # 6A739A !important ;
225
224
--accent-color-opacity2 : rgba (0 , 0 , 0 , 0.12 ) !important ;
226
225
--accent-color-opacity3 : rgba (255 , 255 , 255 , 0.16 ) !important ;
227
226
--accent-color-opacity4 : rgba (255 , 255 , 255 , 0.24 ) !important ;
228
-
229
- /* --logo-icon: url("../../_icons/iconHotPinkLightSmall.png");
230
- --logo-text: url("../../_icons/textHotPinkLightSmall.png"); */
231
227
}
232
228
233
229
/* Given that the Hot Pink theme does not need link underlining due to meeting
You can’t perform that action at this time.
0 commit comments