Skip to content

Commit

Permalink
(stylelint) duplicate selector
Browse files Browse the repository at this point in the history
  • Loading branch information
oyejorge committed Oct 20, 2023
1 parent e588729 commit 8711d23
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions src/scss/tom-select.bootstrap5.scss
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,6 @@ $select-arrow-offset: calc(#{$select-padding-x} + 5px) !default;
}
}

.#{$select-ns}-wrapper.form-control,
.#{$select-ns}-wrapper.form-select {
padding:0 !important;
height: auto;
box-shadow: none;
display: flex;
}

.#{$select-ns}-dropdown,
.#{$select-ns}-dropdown.form-control,
Expand Down Expand Up @@ -230,6 +223,11 @@ $select-arrow-offset: calc(#{$select-padding-x} + 5px) !default;

&.form-control,
&.form-select {
padding:0 !important;
height: auto;
box-shadow: none;
display: flex;

.#{$select-ns}-control,
&.single.input-active .#{$select-ns}-control {
border: none !important;
Expand Down

0 comments on commit 8711d23

Please sign in to comment.