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

Unified Diff: skin/mobile-options.css

Issue 29529779: Issue 5586 - Replaced toggle.png with toggle.svg (Closed)
Patch Set: Created Aug. 28, 2017, 5:49 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
« no previous file with comments | « no previous file | skin/mobile/toggle.svg » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skin/mobile-options.css
===================================================================
--- a/skin/mobile-options.css
+++ b/skin/mobile-options.css
@@ -186,12 +186,12 @@
flex-shrink: 0;
width: 36px;
height: 21px;
- background-image: url(mobile/toggle.png);
+ background-image: url(mobile/toggle.svg#off);
}
input:checked + .toggle-image
{
- background-position: 0 -22px;
+ background-image: url(mobile/toggle.svg#on);
}
button
« no previous file with comments | « no previous file | skin/mobile/toggle.svg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld