Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Add focus ring when hovering to inverse buttons
  • Loading branch information
simurai committed Feb 19, 2020
commit 25244d7f7e295a92d0ce7ec61e860f5dc2dc569f
4 changes: 4 additions & 0 deletions src/buttons/button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,10 @@
border-color: $border;
box-shadow: 0 1px 0 rgba($shadow, 0.1), inset 0 1px 0 rgba($white, 0.03);

&:focus {
box-shadow: 0 0 0 3px rgba($bg, 0.4);
}

.Counter {
background-color: darken($bg, 12%);
}
Expand Down