Skip to content

Commit cf5c30f

Browse files
committed
Fixes #53: Remove overrides to .btn shadow when in button groups to avoid a lack of :focus shadow
1 parent 5401f3a commit cf5c30f

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

scss/_buttons.scss

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -353,16 +353,6 @@
353353
// Tuck buttons into one another to prevent double border
354354
.btn + .btn {
355355
margin-left: -1px;
356-
box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.2);
357-
358-
&:hover {
359-
box-shadow: none;
360-
}
361-
362-
&:active,
363-
&.selected {
364-
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.15);
365-
}
366356
}
367357

368358
.btn + .button_to,

0 commit comments

Comments
 (0)