Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(507)

Unified Diff: ui/webui/resources/css/list.css

Issue 2889113002: web_dev_style: Fix errors in new directories and enable PRESUBMIT (Closed)
Patch Set: merge+fix Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ui/webui/resources/css/list.css
diff --git a/ui/webui/resources/css/list.css b/ui/webui/resources/css/list.css
index fb1b2e0564e594cfd0fc91b3c88ee659eb732679..77d830eabd55a3edccf7fc572323ed3c349a7870 100644
--- a/ui/webui/resources/css/list.css
+++ b/ui/webui/resources/css/list.css
@@ -113,9 +113,9 @@ grid > [hidden] {
}
list > .drag-selection-border {
- border-radius: 0;
background-color: rgba(255, 255, 255, 0.3);
border: 2px solid rgba(255, 255, 255, 0.6);
+ border-radius: 0;
outline: 1px solid rgba(0, 0, 0, 0.1);
position: absolute;
z-index: 2;

Powered by Google App Engine
This is Rietveld 408576698