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: Created March 1, 2018, 9:43 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
« js/desktop-options.js ('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/desktop-options.css
===================================================================
--- a/skin/desktop-options.css
+++ b/skin/desktop-options.css
@@ -1197,6 +1197,11 @@
margin-bottom: 0.8rem;
}
+#all-filter-lists-table .non-removable [data-action="remove-subscription"]
+{
+ display: none;
+}
+
#custom-filters-raw
{
width: 100%;
« js/desktop-options.js ('K') | « js/desktop-options.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld