]> git.ipfire.org Git - thirdparty/bootstrap.git/commit
Fix buttons :focus state styles (#27890)
authorMatěj Kříž <kriz@codelab.cz>
Fri, 5 Apr 2019 08:51:20 +0000 (10:51 +0200)
committerXhmikosR <xhmikosr@gmail.com>
Fri, 5 Apr 2019 08:51:20 +0000 (11:51 +0300)
commite0738f82070354423e376a42d264d0d52d93af45
treefae7adf2cc99c1dadbc1ff90decc9fa19f8ac2cf
parentc6c9e322f7a30d380dbcbef77f31ced85df790c8
Fix buttons :focus state styles (#27890)

* Fix buttons :focus state styles

Buttons :hover and :focus state shares styles.
Buttons :focus text color on 'a.btn' is now consistent with others '.btn'.

* `:focus` styles should be in sync with `.focus`.

So shared styles with hover were copy to focus definition. Rather then using
`hover-focus` mixin which do not contain `.focus`.
scss/mixins/_buttons.scss