mirror of
https://github.com/flarum/core.git
synced 2025-07-20 08:11:27 +02:00
Distinguish links in alerts
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
background: @alert-bg;
|
background: @alert-bg;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
|
|
||||||
&, a, a:hover, button, button:hover {
|
&, button, button:hover {
|
||||||
color: @alert-color;
|
color: @alert-color;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -21,6 +21,9 @@
|
|||||||
&, a, a:hover, button, button:hover {
|
&, a, a:hover, button, button:hover {
|
||||||
color: @alert-success-color;
|
color: @alert-success-color;
|
||||||
}
|
}
|
||||||
|
a, a:hover {
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.Alert-controls {
|
.Alert-controls {
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
|
Reference in New Issue
Block a user