mirror of
https://github.com/wukko/cobalt.git
synced 2025-05-02 15:14:27 +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;
|
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)) {
|
.switcher:not(.big) :global(.button:not(:first-child, :last-child)) {
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user