Skip to content

Commit 75a2245

Browse files
authored
[A11y] Improved contrast of buttons when in tab focus mode (#9031)
1 parent ac15859 commit 75a2245

2 files changed

Lines changed: 0 additions & 7 deletions

File tree

src/Bootstrap/dist/css/bootstrap.css

Lines changed: 0 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Bootstrap/less/mixins/buttons.less

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
&:focus,
1212
&.focus {
1313
color: @color;
14-
background-color: darken(@background, 10%);
1514
border-color: darken(@border, 25%);
1615
}
1716
&:hover {

0 commit comments

Comments
 (0)