Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: skin/icons/checkbox.svg

Issue 29712664: Issue 6432 - Hide remove button for additional filter lists (Closed)
Patch Set: Keeping callback hell Created March 8, 2018, 6:02 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« css/desktop-options.scss ('K') | « js/desktop-options.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skin/icons/checkbox.svg
===================================================================
--- a/skin/icons/checkbox.svg
+++ b/skin/icons/checkbox.svg
@@ -7,4 +7,10 @@
<view id="off" viewBox="0 18 18 18"/>
<rect width="17" height="17" x=".5" y="18.5" fill="none" stroke="#000" rx="2"/>
+
+ <view id="on-disabled" viewBox="0 36 18 18"/>
+ <g fill="none" fill-rule="evenodd" transform="translate(0, 36)">
+ <rect width="17" height="17" fill="#b3b3b3" stroke="#b3b3b3" rx="2" x=".5" y=".5" />
Thomas Greiner 2018/03/08 19:28:19 According to Jeen's suggestion only the border sho
saroyanm 2018/03/09 11:23:28 This is getting, complicated. changing the fill fo
Thomas Greiner 2018/03/09 17:24:22 Acknowledged.
+ <polyline stroke="#FFF" stroke-linecap="square" stroke-width="2" points="3.5 10.327 7.579 13.5 14.5 4.5" transform="rotate(6 9 9)"/>
+ </g>
</svg>
« css/desktop-options.scss ('K') | « js/desktop-options.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld