File tree Expand file tree Collapse file tree 1 file changed +5
-9
lines changed
Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -240,11 +240,15 @@ export default {
240240 & .active : not (: focus - visible ) {
241241 background- color: var (-- color- primary- element);
242242 color: var (-- color- primary- element- text);
243+
244+ img,
245+ svg {
246+ filter: var (-- primary- invert- if - dark);
247+ }
243248 }
244249
245250 span {
246251 padding- bottom: 0 ;
247- color: var (-- color- main- text);
248252 white- space: nowrap;
249253 overflow: hidden;
250254 text- overflow: ellipsis;
@@ -261,14 +265,6 @@ export default {
261265 svg {
262266 filter: var (-- background- invert- if - dark);
263267 }
264-
265- & : active: not (: focus- visible),
266- & .active : not (: focus - visible ) {
267- img,
268- svg {
269- filter: var (-- primary- invert- if - dark);
270- }
271- }
272268 }
273269
274270 // Override global button styles
You can’t perform that action at this time.
0 commit comments