1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-22 01:44:25 +04:00
Files
tabler/core/scss/ui/_button-group.scss

16 lines
238 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;
}
}