tabs-bar button hover color
This commit is contained in:
parent
53cb73634d
commit
8165975308
|
@ -117,15 +117,15 @@
|
||||||
width: 65px;
|
width: 65px;
|
||||||
height: 34px;
|
height: 34px;
|
||||||
margin-left: 20px;
|
margin-left: 20px;
|
||||||
border-radius: 4px;
|
border-radius: 6px;
|
||||||
background-color: var(--accent-color) !important;
|
background-color: var(--accent-color) !important;
|
||||||
transition: background-color 0.2s;
|
transition: background-color 0.2s;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
|
transition: 0.2s;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
background-color: darken($nav-ui-highlight-color, 10%) !important;
|
box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
|
||||||
box-shadow: inset 0 0 6px darken($gab-brand-default, 10%);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue