| Index: chrome/browser/resources/settings/settings_shared_css.html
|
| diff --git a/chrome/browser/resources/settings/settings_shared_css.html b/chrome/browser/resources/settings/settings_shared_css.html
|
| index 9e56afc6a67d503e27df4cb7d76eb43ef48079e9..0d55ef3788c67593b0055c1f6cf210aaf209363c 100644
|
| --- a/chrome/browser/resources/settings/settings_shared_css.html
|
| +++ b/chrome/browser/resources/settings/settings_shared_css.html
|
| @@ -343,7 +343,6 @@
|
| }
|
|
|
| .search-bubble {
|
| - pointer-events: none;
|
| position: absolute;
|
| z-index: 1;
|
| }
|
| @@ -368,6 +367,14 @@
|
| top: -5px;
|
| width: 10px;
|
| }
|
| +
|
| + /* Turns the arrow direction downwards, when the bubble is placed above
|
| + * the anchor element */
|
| + .search-bubble-innards.above::after {
|
| + -webkit-transform: rotate(-135deg);
|
| + bottom: -5px;
|
| + top: auto;
|
| + }
|
| </style>
|
| </template>
|
| </dom-module>
|
|
|