mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-14 13:47:11 +03:00
resolves #792 - make sure it is outline: 0
not none
to disable dotted inner focus border in firefox
This commit is contained in:
parent
f313b1d3aa
commit
6735b26fa3
2
dist/css/bootstrap-material-design.css
vendored
2
dist/css/bootstrap-material-design.css
vendored
|
@ -187,7 +187,7 @@ body .container-fluid .jumbotron-danger {
|
||||||
-webkit-transition: -webkit-box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
-webkit-transition: -webkit-box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
||||||
-o-transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
-o-transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
||||||
transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
|
||||||
outline: none;
|
outline: 0;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
|
|
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
|
@ -26,7 +26,7 @@
|
||||||
transition: box-shadow 0.2s @mdb-animation-curve-fast-out-linear-in,
|
transition: box-shadow 0.2s @mdb-animation-curve-fast-out-linear-in,
|
||||||
background-color 0.2s @mdb-animation-curve-default,
|
background-color 0.2s @mdb-animation-curve-default,
|
||||||
color 0.2s @mdb-animation-curve-default;
|
color 0.2s @mdb-animation-curve-default;
|
||||||
outline: none;
|
outline: 0;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "bootstrap-material-design",
|
"name": "bootstrap-material-design",
|
||||||
"version": "0.5.6",
|
"version": "0.5.7",
|
||||||
"description": "Material Design for Bootstrap 3",
|
"description": "Material Design for Bootstrap 3",
|
||||||
"main": "scripts/index.js",
|
"main": "scripts/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
@ -28,7 +28,7 @@
|
||||||
transition: box-shadow 0.2s $mdb-animation-curve-fast-out-linear-in,
|
transition: box-shadow 0.2s $mdb-animation-curve-fast-out-linear-in,
|
||||||
background-color 0.2s $mdb-animation-curve-default,
|
background-color 0.2s $mdb-animation-curve-default,
|
||||||
color 0.2s $mdb-animation-curve-default;
|
color 0.2s $mdb-animation-curve-default;
|
||||||
outline: none;
|
outline: 0;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user