Skip to content

Commit

Permalink
fix(outline-btn-group): reduce specificity of transparent background (#…
Browse files Browse the repository at this point in the history
…313)

Fixes #295
  • Loading branch information
mishkolesnikov authored and nnixaa committed Mar 22, 2018
1 parent e68a1ea commit eb18ebe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@
}

.btn-outline-toggle-group {
.btn:not(.active) {
.btn {
background-color: transparent;
}

Expand Down

0 comments on commit eb18ebe

Please sign in to comment.