Bug 1370490 - Hover on search tooltips should change background opacity r=mconley

MozReview-Commit-ID: DbxZnVhjBV8

--HG--
extra : rebase_source : ef7e390bd0ad6f25b8cd0f6cacaaddb98bd3029d
This commit is contained in:
Ricky Chien 2017-06-06 21:04:12 +08:00
parent 21dd3e708d
commit e01091163e

View File

@ -615,12 +615,16 @@ description > html|a {
.search-tooltip {
position: absolute;
pointer-events: none;
padding: 0 10px;
bottom: 100%;
background-color: #ffe900;
}
.search-tooltip:hover,
.search-tooltip:hover::before {
filter: opacity(10%);
}
.search-tooltip::before {
position: absolute;
content: "";