From fa02cc683ddaf2c2a5df04ad8587366aacc20ce0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bartosz=20Dziewo=C5=84ski?= Date: Tue, 11 Feb 2014 16:06:17 +0100 Subject: [PATCH] Vector: Remove misleading comment What it says it's true, but it's now abstracted away in the mixin. Change-Id: If4761b5b9c2153553cc293d7ecf4fdd5a28c47da --- skins/vector/components/tabs.less | 4 ---- 1 file changed, 4 deletions(-) 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%; } -- 2.20.1