Files
AdminLTE/src/scss/bootstrap-dark/_button-group.scss
2021-05-21 04:33:54 +05:30

10 lines
213 B
SCSS

.btn-group.show .dropdown-toggle {
@include box-shadow($btn-active-box-shadow-alt);
// Show no shadow for `.btn-link` since it has no other button styles.
&.btn-link {
@include box-shadow(none);
}
}