fix compile for bootstra 4.5.3
[roojs1] / scss / bootstrap / mixins / _badge.scss
index 3075ddd..5c03ff1 100644 (file)
@@ -2,11 +2,17 @@
   color: color-yiq($bg);
   background-color: $bg;
 
+  /* @at-root a#{&} { */
   &[href] {
-    @include hover-focus {
+    @include hover-focus() {
       color: color-yiq($bg);
-      text-decoration: none;
       background-color: darken($bg, 10%);
     }
+
+    &:focus,
+    &.focus {
+      outline: 0;
+      box-shadow: 0 0 0 $badge-focus-width rgba($bg, .5);
+    }
   }
-}
\ No newline at end of file
+}