From: Bartosz DziewoƄski Date: Tue, 11 Feb 2014 15:06:17 +0000 (+0100) Subject: Vector: Remove misleading comment X-Git-Tag: 1.31.0-rc.0~16929^2 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/membres/fiche.php?a=commitdiff_plain;h=fa02cc683ddaf2c2a5df04ad8587366aacc20ce0;p=lhc%2Fweb%2Fwiklou.git Vector: Remove misleading comment What it says it's true, but it's now abstracted away in the mixin. Change-Id: If4761b5b9c2153553cc293d7ecf4fdd5a28c47da --- diff --git a/skins/vector/components/tabs.less b/skins/vector/components/tabs.less index 596dff5c8a..7e24ae7884 100644 --- a/skins/vector/components/tabs.less +++ b/skins/vector/components/tabs.less @@ -120,8 +120,6 @@ div.vectorMenu { direction: ltr; /* @noflip */ float: left; - /* SVG support using a transparent gradient to guarantee cross-browser - * compatibility (browsers able to understand gradient syntax support also SVG) */ .background-image-svg('images/arrow-down-icon.svg', 'images/arrow-down-icon.png'); /* @noflip */ background-position: 100% 60%; @@ -135,8 +133,6 @@ div.vectorMenu.menuForceShow { } div.vectorMenuFocus { - /* SVG support using a transparent gradient to guarantee cross-browser - * compatibility (browsers able to understand gradient syntax support also SVG) */ .background-image-svg('images/arrow-down-focus-icon.svg', 'images/arrow-down-focus-icon.png'); background-position: 100% 60%; }