Distinguish links in alerts

This commit is contained in:
Toby Zerner 2015-09-18 14:39:20 +09:30
parent 4041c18014
commit 80665450fc

View File

@ -4,7 +4,7 @@
background: @alert-bg;
line-height: 1.5;
&, a, a:hover, button, button:hover {
&, button, button:hover {
color: @alert-color;
}
}
@ -21,6 +21,9 @@
&, a, a:hover, button, button:hover {
color: @alert-success-color;
}
a, a:hover {
text-decoration: underline;
}
}
.Alert-controls {
list-style-type: none;