Cleanup some CSS

This commit is contained in:
djmaze 2021-09-17 12:08:16 +02:00
parent ace913a1e3
commit cec6c41953
6 changed files with 2 additions and 62 deletions

View file

@ -67,34 +67,6 @@
z-index: 2;
}
// Split button dropdowns
// ----------------------
.btn-group.open {
// The clickable button for toggling the menu
// Remove the gradient and set the same inset shadow as the :active state
.dropdown-toggle {
background-image: none;
box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
// Keep the hover's background when dropdown is open
.btn.dropdown-toggle {
background-color: @btnBackgroundHighlight;
}
.btn-warning.dropdown-toggle {
background-color: @btnWarningBackgroundHighlight;
}
.btn-danger.dropdown-toggle {
background-color: @btnDangerBackgroundHighlight;
}
.btn-success.dropdown-toggle {
background-color: @btnSuccessBackgroundHighlight;
}
}
// Reposition the caret
.btn .caret {
margin-top: 8px;