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
Next Next commit
Fix switcher focus style.
  • Loading branch information
jasmussen committed Jun 28, 2021
commit 8f9e1681f2ded4f8026fe07761360d01e257a33d
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,6 @@
width: $button-size-small !important;
margin: 0 !important;
}

&:focus::before {
right: $grid-unit-05 !important;
}
}

// Match the parent selector button.
Expand Down Expand Up @@ -158,10 +154,6 @@
width: 0 !important;
height: 0 !important;
}

&:focus::before {
right: $grid-unit-05 !important;
}
}

// Parent selector overrides
Expand Down