mirror of
https://github.com/tabler/tabler.git
synced 2025-12-21 17:34:25 +04:00
17 lines
239 B
SCSS
17 lines
239 B
SCSS
.btn-group,
|
|
.btn-group-vertical {
|
|
box-shadow: $input-box-shadow;
|
|
|
|
> .btn-check:checked + .btn,
|
|
> .btn:active,
|
|
> .btn.active {
|
|
z-index: 5;
|
|
}
|
|
|
|
> .btn-check:focus + .btn,
|
|
> .btn:hover,
|
|
> .btn:focus {
|
|
z-index: 1;
|
|
}
|
|
}
|