Skip to content

Commit 369399c

Browse files
committed
Update ArchiveSelector tab styling with purple color scheme
1 parent 2928208 commit 369399c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

common/src/client/top-section/archive-selector/ArchiveSelector.module.css

+3-2
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,15 @@
22
margin-left: 20px;
33

44
:global(.navds-tabs__tab[aria-selected='true']) {
5-
box-shadow: inset 0 -3px 0 0 var(--a-blue-200);
5+
background-color: var(--a-purple-400);
6+
box-shadow: none;
67
}
78
}
89

910
.tab {
1011
color: white !important;
1112

1213
&:hover {
13-
box-shadow: inset 0 -3px 0 0 var(--a-gray-700);
14+
box-shadow: inset 0 -3px 0 0 var(--a-purple-400);
1415
}
1516
}

0 commit comments

Comments
 (0)