We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2928208 commit 369399cCopy full SHA for 369399c
common/src/client/top-section/archive-selector/ArchiveSelector.module.css
@@ -2,14 +2,15 @@
2
margin-left: 20px;
3
4
:global(.navds-tabs__tab[aria-selected='true']) {
5
- box-shadow: inset 0 -3px 0 0 var(--a-blue-200);
+ background-color: var(--a-purple-400);
6
+ box-shadow: none;
7
}
8
9
10
.tab {
11
color: white !important;
12
13
&:hover {
- box-shadow: inset 0 -3px 0 0 var(--a-gray-700);
14
+ box-shadow: inset 0 -3px 0 0 var(--a-purple-400);
15
16
0 commit comments