Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap-rubygem.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/stylesheets/bootstrap/forms/_form-range.scss')
-rw-r--r--assets/stylesheets/bootstrap/forms/_form-range.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/stylesheets/bootstrap/forms/_form-range.scss b/assets/stylesheets/bootstrap/forms/_form-range.scss
index b603a7b..ae1d841 100644
--- a/assets/stylesheets/bootstrap/forms/_form-range.scss
+++ b/assets/stylesheets/bootstrap/forms/_form-range.scss
@@ -12,7 +12,7 @@
appearance: none;
&:focus {
- outline: none;
+ outline: 0;
// Pseudo-elements must be split across multiple rulesets to have an effect.
// No box-shadow() mixin for focus accessibility.