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

Unified Diff: skin/desktop-options.css

Issue 29712664: Issue 6432 - Hide remove button for additional filter lists (Closed)
Patch Set: Addressed Jeen's suggestion in the ticket Created March 2, 2018, 4:31 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
Index: skin/desktop-options.css
===================================================================
--- a/skin/desktop-options.css
+++ b/skin/desktop-options.css
@@ -282,6 +282,11 @@
background-image: url(icons/checkbox.svg?on#on);
}
+button[role="checkbox"][aria-checked="true"].icon:disabled:not(.toggle)::before
+{
+ background-image: url(icons/checkbox.svg?on-disabled#on-disabled);
+}
+
button[role="checkbox"].icon.toggle::before
{
background-image: url(icons/toggle.svg?on#on);
@@ -1074,6 +1079,12 @@
font-weight: 400;
}
+li.preconfigured [data-preconfigured="hide"],
+li:not(.preconfigured) [data-preconfigured="show"]
+{
+ display: none !important;
+}
+
/*
Tooltips
*/

Powered by Google App Engine
This is Rietveld