]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fix travis error
authorGijs Boddeus <botje_gijs@hotmail.com>
Wed, 4 Oct 2017 09:29:38 +0000 (11:29 +0200)
committerGitHub <noreply@github.com>
Wed, 4 Oct 2017 09:29:38 +0000 (11:29 +0200)
scss/mixins/_badge.scss

index c1caafe487df9d479c31b8591ee25ee0e7119c0a..eeca0b40de92773d3925c557edb2c6642ff37645 100644 (file)
@@ -4,8 +4,8 @@
 
   &[href] {
     @include hover-focus {
-      text-decoration: none;
       color: color-yiq($bg);
+      text-decoration: none;
       background-color: darken($bg, 10%);
     }
   }