From a2a0d8ee83d0407c460385523725785d95b1686f Mon Sep 17 00:00:00 2001 From: Toby Zerner Date: Fri, 18 Sep 2015 14:39:20 +0930 Subject: [PATCH] Distinguish links in alerts --- framework/core/less/lib/Alert.less | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/framework/core/less/lib/Alert.less b/framework/core/less/lib/Alert.less index 73c731baa..f034a237d 100755 --- a/framework/core/less/lib/Alert.less +++ b/framework/core/less/lib/Alert.less @@ -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;