Bug 1582240 - Differentiate hover and selected states on TIP help buttons. r=adw

Differential Revision: https://phabricator.services.mozilla.com/D46347

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Harry Twyford 2019-09-19 14:21:08 +00:00
parent b1507c0416
commit a90e45458c

View File

@ -203,7 +203,10 @@
-moz-context-properties: fill, fill-opacity;
}
.urlbarView-tip-help[selected],
.urlbarView-tip-help[selected] {
box-shadow: 0 0 0 1px #0a84ff inset, 0 0 0 1px #0a84ff, 0 0 0 4px rgba(10, 132, 255, 0.3);
}
.urlbarView-tip-help:hover {
background-color: var(--in-content-button-background-hover);
}