2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-20 20:00:36 +03:00

v4-tease link focus.

This commit is contained in:
XhmikosR
2018-09-25 11:55:32 +03:00
parent d24d47c27a
commit bbc862b376
+4 -2
View File
@@ -71,12 +71,14 @@ h1[id] {
color: #fff; color: #fff;
text-align: center; text-align: center;
background-color: #0275d8; background-color: #0275d8;
}
.v4-tease:hover { &:focus,
&:hover {
color: #fff; color: #fff;
text-decoration: none; text-decoration: none;
background-color: #0269c2; background-color: #0269c2;
} }
}
/* Nullify ill-advised printing of hrefs; see #18711 */ /* Nullify ill-advised printing of hrefs; see #18711 */
@media print { @media print {