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/_badge.scss')
-rw-r--r--assets/stylesheets/bootstrap/_badge.scss6
1 files changed, 6 insertions, 0 deletions
diff --git a/assets/stylesheets/bootstrap/_badge.scss b/assets/stylesheets/bootstrap/_badge.scss
index b87a1b0..bdbe4b9 100644
--- a/assets/stylesheets/bootstrap/_badge.scss
+++ b/assets/stylesheets/bootstrap/_badge.scss
@@ -14,6 +14,12 @@
vertical-align: baseline;
@include border-radius($badge-border-radius);
+ @at-root a#{&} {
+ @include hover-focus {
+ text-decoration: none;
+ }
+ }
+
// Empty badges collapse automatically
&:empty {
display: none;