make add icon work
authorRobert Kaiser <kairo@kairo.at>
Fri, 10 Jun 2016 20:41:31 +0000 (22:41 +0200)
committerRobert Kaiser <kairo@kairo.at>
Fri, 10 Jun 2016 20:41:31 +0000 (22:41 +0200)
LCARStrek/devtools/images/add.svg

index a9c169ce53f8559dcb47fdbd2ab85c5b9c364d26..88a2f9ef8eeb159af02a3bb32e26962418fa6356 100644 (file)
@@ -2,17 +2,8 @@
    - License, v. 2.0. If a copy of the MPL was not distributed with this
    - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
 <svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
    - License, v. 2.0. If a copy of the MPL was not distributed with this
    - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
 <svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
-  <defs>
-    <style>
-      use[id^="add"]:not(:target) {
-        display: none;
-      }
-    </style>
-    <g id="add-shape" fill="currentColor">
-      <rect x="3" y="7" width="10" height="2" />
-      <rect x="7" y="3" width="2" height="10" />
-    </g>
-  </defs>
-  <use xlink:href="#add-shape" id="add" color="#FFCF00"/>
-  <use xlink:href="#add-shape" id="add-checked" color="#000000"/>
-</svg>
\ No newline at end of file
+  <g fill="#FFCF00">
+    <rect x="3" y="7" width="10" height="2" />
+    <rect x="7" y="3" width="2" height="10" />
+  </g>
+</svg>