resolves #792 - make sure it is outline: 0 not none to disable dotted inner focus border in firefox

This commit is contained in:
Kevin Ross 2015-12-24 11:38:08 -06:00
parent f313b1d3aa
commit 6735b26fa3
5 changed files with 5 additions and 5 deletions

View File

@ -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);
-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);
outline: none;
outline: 0;
cursor: pointer;
text-decoration: none;
background: transparent;

File diff suppressed because one or more lines are too long

View File

@ -26,7 +26,7 @@
transition: box-shadow 0.2s @mdb-animation-curve-fast-out-linear-in,
background-color 0.2s @mdb-animation-curve-default,
color 0.2s @mdb-animation-curve-default;
outline: none;
outline: 0;
cursor: pointer;
text-decoration: none;

View File

@ -1,6 +1,6 @@
{
"name": "bootstrap-material-design",
"version": "0.5.6",
"version": "0.5.7",
"description": "Material Design for Bootstrap 3",
"main": "scripts/index.js",
"scripts": {

View File

@ -28,7 +28,7 @@
transition: box-shadow 0.2s $mdb-animation-curve-fast-out-linear-in,
background-color 0.2s $mdb-animation-curve-default,
color 0.2s $mdb-animation-curve-default;
outline: none;
outline: 0;
cursor: pointer;
text-decoration: none;