mirror of
https://github.com/wukko/cobalt.git
synced 2025-04-29 22:14:26 +02:00
web/PageNavTab: add press state & border on hover
This commit is contained in:
parent
bbc7629190
commit
346b9084b0
@ -102,11 +102,13 @@
|
||||
@media (hover: hover) {
|
||||
.subnav-tab:hover {
|
||||
background: var(--button-hover-transparent);
|
||||
box-shadow: var(--button-box-shadow);
|
||||
}
|
||||
}
|
||||
|
||||
.subnav-tab:active {
|
||||
background: var(--button-hover-transparent);
|
||||
background: var(--button-press-transparent);
|
||||
box-shadow: var(--button-box-shadow);
|
||||
}
|
||||
|
||||
.subnav-tab.active {
|
||||
|
Loading…
x
Reference in New Issue
Block a user