| 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;
|
| }
|
|
|
|
|