Difference between revisions of "Template:COVID-19 pandemic data/California medical cases by county/style.css"

From blackwiki
Jump to navigation Jump to search
imported>Mxn
(Created page with '→‎Show only Bay Area counties: .region-bayarea tr:not([data-region="bayarea"]) { display: none; }')
 
imported>Mxn
 
Line 1: Line 1:
 
/* Show only Bay Area counties */
 
/* Show only Bay Area counties */
.region-bayarea tr:not([data-region="bayarea"]) {
+
.region-bayarea tbody > tr:not([data-region="bayarea"]):not(.sortbottom) {
 
display: none;
 
display: none;
 
}
 
}

Latest revision as of 10:18, 21 May 2020

/* Show only Bay Area counties */
.region-bayarea tbody > tr:not([data-region="bayarea"]):not(.sortbottom) {
	display: none;
}