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

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

Issue 2621993006: Drop the -webkit prefix from user-select CSS rule in ui/. (Closed)
Patch Set: Created 3 years, 11 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
« no previous file with comments | « ui/webui/resources/css/dialogs.css ('k') | ui/webui/resources/css/list.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/webui/resources/css/expandable_bubble.css
diff --git a/ui/webui/resources/css/expandable_bubble.css b/ui/webui/resources/css/expandable_bubble.css
index 3afad03050cc37fd2db88966f380816e13a4c686..bbbb3e60cc84d073e29440e4b32686ff04abc892 100644
--- a/ui/webui/resources/css/expandable_bubble.css
+++ b/ui/webui/resources/css/expandable_bubble.css
@@ -6,13 +6,13 @@
-webkit-border-image: url(chrome://theme/IDR_APP_NOTIFICATION_SMALL_BUBBLE)
5 5 7 6 stretch;
-webkit-box-sizing: border-box;
- -webkit-user-select: none;
border-width: 5px 5px 7px 6px;
color: #444;
cursor: pointer;
display: inline-block;
font-size: 12px;
position: absolute;
+ user-select: none;
z-index: 1;
}
« no previous file with comments | « ui/webui/resources/css/dialogs.css ('k') | ui/webui/resources/css/list.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698