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

Delta Between Two Patch Sets: skin/icons/checkbox.svg

Issue 29712664: Issue 6432 - Hide remove button for additional filter lists (Closed)
Left Patch Set: Addressed Dave's comments Created March 2, 2018, 11:43 a.m.
Right Patch Set: Reverted the colors back Created March 9, 2018, 11:25 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Right: Side by side diff | Download
« no previous file with change/comment | « js/desktop-options.js ('k') | no next file » | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
(no file at all)
1 <svg xmlns="http://www.w3.org/2000/svg"> 1 <svg xmlns="http://www.w3.org/2000/svg">
2 <view id="on" viewBox="0 0 18 18"/> 2 <view id="on" viewBox="0 0 18 18"/>
3 <g fill="none" fill-rule="evenodd"> 3 <g fill="none" fill-rule="evenodd">
4 <rect width="17" height="17" fill="#077CA6" stroke="#077CA6" rx="2" x=".5" y =".5" /> 4 <rect width="17" height="17" fill="#077CA6" stroke="#077CA6" rx="2" x=".5" y =".5" />
5 <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)"/> 5 <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)"/>
6 </g> 6 </g>
7 7
8 <view id="off" viewBox="0 18 18 18"/> 8 <view id="off" viewBox="0 18 18 18"/>
9 <rect width="17" height="17" x=".5" y="18.5" fill="none" stroke="#000" rx="2"/ > 9 <rect width="17" height="17" x=".5" y="18.5" fill="none" stroke="#000" rx="2"/ >
10
11 <view id="on-disabled" viewBox="0 36 18 18"/>
12 <g fill="none" fill-rule="evenodd" transform="translate(0, 36)">
13 <rect width="17" height="17" fill="#ccc" stroke="#ccc" rx="2" x=".5" y=".5" />
14 <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)"/>
15 </g>
10 </svg> 16 </svg>
LEFTRIGHT

Powered by Google App Engine
This is Rietveld