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

Unified Diff: skin/new-options.css

Issue 29554579: Noissue - remove old options page sprite (Closed)
Patch Set: Created Sept. 25, 2017, 9:54 a.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 | « skin/icons/checkbox.png ('k') | skin/options-sprite.png » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skin/new-options.css
===================================================================
--- a/skin/new-options.css
+++ b/skin/new-options.css
@@ -158,12 +158,17 @@
padding: 0px;
border: 0px;
background-color: transparent;
- background-position: -51px 0px;
+}
+
+button[role="checkbox"]:not(.toggle)
+{
+ background-image: url(icons/checkbox.png);
+ display: inline-block;
}
button[role="checkbox"][aria-checked="true"]:not(.toggle)
{
- background-position: -68px 0px;
+ background-position: 0px 18px;
}
button[role="checkbox"][disabled]
@@ -235,12 +240,6 @@
background-color: #5CBCE1;
}
-button.gear:hover,
-button.delete:hover
-{
- background-position: -61px -51px;
-}
-
button.link,
button.list
{
@@ -682,6 +681,11 @@
margin: 0rem 0rem 1.3rem 0rem;
}
+.list li [role="checkbox"]
+{
+ flex-shrink: 0;
+}
+
.table li:first-of-type
{
border-top: 1px solid #CDCDCD;
@@ -884,12 +888,6 @@
mask: url(icons/tooltip.svg);
}
-button[role="checkbox"]:not(.toggle)
-{
- background-image: url(options-sprite.png);
- display: inline-block;
-}
-
/*
Used for translatable screen reader only conten.
e.g.: Use instead of aria-label to avoid complex attribute value translation
« no previous file with comments | « skin/icons/checkbox.png ('k') | skin/options-sprite.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld