Skip to content

Commit

Permalink
Fix styling for button within select toggle [#151815619]
Browse files Browse the repository at this point in the history
Signed-off-by: Reid Mitchell <rmitchell@pivotal.io>
  • Loading branch information
Jonathan Berney authored and pivotal committed Oct 9, 2017
1 parent 5acc3d9 commit b533d01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/css/select/select.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
@extend %dropdown;
display: inline-block;

.select-toggle {
.btn.select-toggle {
@extend %dropdown-toggle;

.btn-inner-content {
Expand Down Expand Up @@ -42,7 +42,7 @@
}
}

.select-toggle {
.btn.select-toggle {
@extend %dropdown-toggle-open;
}
}
Expand Down

0 comments on commit b533d01

Please sign in to comment.