We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 109f3ee commit 6b8fd89Copy full SHA for 6b8fd89
evap/static/scss/_adjustments.scss
@@ -140,7 +140,7 @@ $alert-colors: (
140
141
// If .btn is not the last element in the group, remove the right border.
142
// Also uses :has to not remove the right border if the next element is a disabled input
143
- .btn:not(:last-child):not(.dropdown-toggle):has(+ :not(.btn-check[disabled])), .btn-group:not(:last-child) > .btn {
+ .btn:not(:last-child):has(+ :not(.btn-check[disabled])) {
144
border-right: 0;
145
}
146
@@ -150,8 +150,7 @@ $alert-colors: (
150
151
152
// Revert Bootstrap (Prevent double borders when buttons are next to each other)
153
- > :not(.btn-check:first-child) + .btn,
154
- > .btn-group:not(:first-child) {
+ > :not(.btn-check:first-child) + .btn {
155
margin-left: unset;
156
157
0 commit comments