mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-11 20:28:14 +03:00
#792 needs specificity of focus
This commit is contained in:
parent
6735b26fa3
commit
2fdf3e90a4
18
dist/css/bootstrap-material-design.css
vendored
18
dist/css/bootstrap-material-design.css
vendored
|
@ -334,6 +334,24 @@ body .container-fluid .jumbotron-danger {
|
|||
.btn.btn-raised:not(.btn-link):active,
|
||||
.input-group-btn .btn.btn-raised:not(.btn-link):active,
|
||||
.btn-group-raised .btn:not(.btn-link):active,
|
||||
.btn-group-raised .input-group-btn .btn:not(.btn-link):active {
|
||||
outline: 0;
|
||||
}
|
||||
.btn.btn-raised:not(.btn-link):hover,
|
||||
.input-group-btn .btn.btn-raised:not(.btn-link):hover,
|
||||
.btn-group-raised .btn:not(.btn-link):hover,
|
||||
.btn-group-raised .input-group-btn .btn:not(.btn-link):hover,
|
||||
.btn.btn-raised:not(.btn-link):focus,
|
||||
.input-group-btn .btn.btn-raised:not(.btn-link):focus,
|
||||
.btn-group-raised .btn:not(.btn-link):focus,
|
||||
.btn-group-raised .input-group-btn .btn:not(.btn-link):focus,
|
||||
.btn.btn-raised:not(.btn-link).active,
|
||||
.input-group-btn .btn.btn-raised:not(.btn-link).active,
|
||||
.btn-group-raised .btn:not(.btn-link).active,
|
||||
.btn-group-raised .input-group-btn .btn:not(.btn-link).active,
|
||||
.btn.btn-raised:not(.btn-link):active,
|
||||
.input-group-btn .btn.btn-raised:not(.btn-link):active,
|
||||
.btn-group-raised .btn:not(.btn-link):active,
|
||||
.btn-group-raised .input-group-btn .btn:not(.btn-link):active,
|
||||
.btn.btn-raised:not(.btn-link):hover.btn-default,
|
||||
.input-group-btn .btn.btn-raised:not(.btn-link):hover.btn-default,
|
||||
|
|
2
dist/css/bootstrap-material-design.css.map
vendored
2
dist/css/bootstrap-material-design.css.map
vendored
File diff suppressed because one or more lines are too long
2
dist/css/bootstrap-material-design.min.css
vendored
2
dist/css/bootstrap-material-design.min.css
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -76,6 +76,8 @@
|
|||
&.active,
|
||||
&:active {
|
||||
|
||||
outline: 0;
|
||||
|
||||
// FIXME: SPEC - this should be the 600 color, how can we get that programmatically if at all? Or are we limited to the color palette only?
|
||||
// SASS conversion note: please mirror any content change in _mixins-shared.scss button-variations-content
|
||||
.generic-variations(~".btn", ~"", @mdb-btn-background-color, {
|
||||
|
|
|
@ -78,6 +78,8 @@
|
|||
&.active,
|
||||
&:active {
|
||||
|
||||
outline: 0;
|
||||
|
||||
// FIXME: SPEC - this should be the 600 color, how can we get that programmatically if at all? Or are we limited to the color palette only?
|
||||
// SASS conversion note: please mirror any content change in _mixins-shared.scss button-variations-content
|
||||
@include button-variations(unquote(".btn"), "", $mdb-btn-background-color);
|
||||
|
|
Loading…
Reference in New Issue
Block a user