8000 fix: display color when sidebar actions are active · SpaceTheme/Steam@7a02743 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Commit 7a02743

Browse files
committed
fix: display color when sidebar actions are active
1 parent d449f5c commit 7a02743

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/icons/fluent/fluent.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@
4646
._3mzKdQXht__YHo6PX1LmB6:nth-last-child(2):hover::before {
4747
color: #a9a9a9;
4848
}
49+
._3mzKdQXht__YHo6PX1LmB6:nth-last-child(2)._1QFFkxM5hw-43miIiylbwq::before {
50+
color: #09b9ff;
51+
}
4952
._3mzKdQXht__YHo6PX1LmB6:nth-last-child(2)>svg {
5053
display: none;
5154
}
@@ -59,6 +62,9 @@
5962
._3mzKdQXht__YHo6PX1LmB6:nth-last-child(1):hover::before {
6063
color: #a9a9a9;
6164
}
65+
._3mzKdQXht__YHo6PX1LmB6:nth-last-child(1)._1QFFkxM5hw-43miIiylbwq::before {
66+
color: #09b9ff;
67+
}
6268
._3mzKdQXht__YHo6PX1LmB6:nth-last-child(1)>svg {
6369
display: none;
6470
}

0 commit comments

Comments
 (0)
0