| Index: ui/webui/resources/css/bubble.css
|
| diff --git a/ui/webui/resources/css/bubble.css b/ui/webui/resources/css/bubble.css
|
| index b0092e5e45ceb917a6d5c8733aede222c3f3d73a..52e0d102a53bbff6791473721544de609e53f61b 100644
|
| --- a/ui/webui/resources/css/bubble.css
|
| +++ b/ui/webui/resources/css/bubble.css
|
| @@ -68,7 +68,7 @@ html[dir='rtl'] .bubble-close {
|
| }
|
|
|
| .bubble-arrow {
|
| - -webkit-transform: rotate(45deg);
|
| + transform: rotate(45deg);
|
| box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.15);
|
| height: 15px;
|
| position: absolute;
|
|
|