From 014d3cedf5f92e9b9f246cef2c639b2845e6741f Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 28 Nov 2012 01:48:34 -0800 Subject: Fixes #5940: Prevent @headingsColor from changing alert colors --- less/alerts.less | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'less') diff --git a/less/alerts.less b/less/alerts.less index 9abb226d6..37e50f903 100644 --- a/less/alerts.less +++ b/less/alerts.less @@ -13,6 +13,10 @@ background-color: @warningBackground; border: 1px solid @warningBorder; .border-radius(@baseBorderRadius); +} +.alert, +.alert h4 { + // Specified for the h4 to prevent conflicts of changing @headingsColor color: @warningText; } .alert h4 { -- cgit v1.2.3