From d28fd8f64d52bdcc766000e5b8ae10517e09a992 Mon Sep 17 00:00:00 2001 From: jbtbnl Date: Mon, 24 Feb 2014 22:37:19 +0100 Subject: [PATCH] Remove necessity of icon class Only the icon specific class is needed --- core/css/icons.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/css/icons.css b/core/css/icons.css index 814749c5af..aea59750c7 100644 --- a/core/css/icons.css +++ b/core/css/icons.css @@ -1,4 +1,4 @@ -.icon { +[class^="icon-"], [class*=" icon-"] { background-repeat: no-repeat; background-position: center; }