1
1
mirror of https://github.com/primer/css.git synced 2024-09-20 13:17:29 +03:00

Fixes #53: Remove overrides to .btn shadow when in button groups to avoid a lack of :focus shadow

This commit is contained in:
Mark Otto 2015-04-15 14:26:51 -07:00
parent 5401f3aa9d
commit cf5c30f1c5

View File

@ -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,