Skip to content

Commit

Permalink
Fixes #53: Remove overrides to .btn shadow when in button groups to a…
Browse files Browse the repository at this point in the history
…void a lack of :focus shadow
  • Loading branch information
mdo committed Apr 15, 2015
1 parent 5401f3a commit cf5c30f
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions scss/_buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -353,16 +353,6 @@
// Tuck buttons into one another to prevent double border
.btn + .btn {
margin-left: -1px;
box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.2);

&:hover {
box-shadow: none;
}

&:active,
&.selected {
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.15);
}
}

.btn + .button_to,
Expand Down

0 comments on commit cf5c30f

Please sign in to comment.