mirror of
https://github.com/wukko/cobalt.git
synced 2025-04-29 22:14:26 +02:00
web/Switcher: add box-shadow to active item
This commit is contained in:
parent
96142a3a0c
commit
64680e162a
@ -87,6 +87,10 @@
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.switcher.big :global(.button:active:not(.active)) {
|
||||
box-shadow: var(--button-box-shadow);
|
||||
}
|
||||
|
||||
.switcher:not(.big) :global(.button:not(:first-child, :last-child)) {
|
||||
border-radius: 0;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user