Vector: Remove misleading comment
authorBartosz Dziewoński <matma.rex@gmail.com>
Tue, 11 Feb 2014 15:06:17 +0000 (16:06 +0100)
committerBartosz Dziewoński <matma.rex@gmail.com>
Tue, 11 Feb 2014 15:07:27 +0000 (16:07 +0100)
What it says it's true, but it's now abstracted away in the mixin.

Change-Id: If4761b5b9c2153553cc293d7ecf4fdd5a28c47da

skins/vector/components/tabs.less

index 596dff5..7e24ae7 100644 (file)
@@ -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%;
 }