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