mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-14 18:42:30 +03:00
Merge pull request #18747 from twbs/fix-18711
Docs: disable printing of hrefs
This commit is contained in:
@@ -1622,3 +1622,10 @@ h1[id] {
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
background-color: #0269c2;
|
background-color: #0269c2;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Nullify ill-advised printing of hrefs; see #18711 */
|
||||||
|
@media print {
|
||||||
|
a[href]:after {
|
||||||
|
content: "" !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user