Update Tabs component style
This commit is contained in:
parent
a00d8c3e37
commit
7e57ef6181
1 changed files with 3 additions and 4 deletions
|
|
@ -68,9 +68,6 @@ function changeTab(tabId) {
|
|||
height: var(--tab-h);
|
||||
border: var(--tab-border-w) solid var(--color-grey-200);
|
||||
}
|
||||
[role="tab"]:hover {
|
||||
background-color: var(--color-white-70);
|
||||
}
|
||||
[role="tab"]:focus-visible {
|
||||
z-index: 20;
|
||||
}
|
||||
|
|
@ -98,7 +95,9 @@ function changeTab(tabId) {
|
|||
}
|
||||
[role="tab"][aria-selected="false"] {
|
||||
--background: var(--color-grey-200);
|
||||
--color: var(--color-grey-700);
|
||||
}
|
||||
[role="tab"][aria-selected="false"]:hover {
|
||||
--background: var(--color-white-50);
|
||||
}
|
||||
|
||||
[role="tab"][data-icon="favorite"]::before {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue