]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
v4-tease link focus.
authorXhmikosR <xhmikosr@gmail.com>
Tue, 25 Sep 2018 08:55:32 +0000 (11:55 +0300)
committerXhmikosR <xhmikosr@gmail.com>
Sat, 20 Oct 2018 11:03:59 +0000 (14:03 +0300)
docs/assets/less/misc.less

index f17f8946b2ac34ccf2ff968c1fea71b982ad13ae..1afed6e627ab6876aa4f805ec87348893a9682af 100644 (file)
@@ -71,11 +71,13 @@ h1[id] {
   color: #fff;
   text-align: center;
   background-color: #0275d8;
-}
-.v4-tease:hover {
-  color: #fff;
-  text-decoration: none;
-  background-color: #0269c2;
+
+  &:focus,
+  &:hover {
+    color: #fff;
+    text-decoration: none;
+    background-color: #0269c2;
+  }
 }
 
 /* Nullify ill-advised printing of hrefs; see #18711 */