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

Unified Diff: ui/webui/resources/css/bubble.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/bubble.css
diff --git a/ui/webui/resources/css/bubble.css b/ui/webui/resources/css/bubble.css
index 52e0d102a53bbff6791473721544de609e53f61b..5e5a5902b5268e22a6e7201f884b77320d88d3dd 100644
--- a/ui/webui/resources/css/bubble.css
+++ b/ui/webui/resources/css/bubble.css
@@ -68,10 +68,10 @@ html[dir='rtl'] .bubble-close {
}
.bubble-arrow {
- transform: rotate(45deg);
box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.15);
height: 15px;
position: absolute;
+ transform: rotate(45deg);
width: 15px;
z-index: 2;
}

Powered by Google App Engine
This is Rietveld 408576698