Bug 1511208 - Make .ctrlTab-preview override the default button:hover color on Linux. r=bgrins

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

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Dão Gottwald 2018-11-29 23:29:32 +00:00
parent aca0d6057e
commit 211ca91f23

View File

@ -22,7 +22,8 @@
.ctrlTab-preview {
-moz-appearance: none;
color: inherit;
/* !important overrides the :hover color from button.css on Linux */
color: inherit !important;
margin: 0;
text-shadow: 0 0 1px hsl(0,0%,12%), 0 0 2px hsl(0,0%,12%);
}
@ -72,7 +73,6 @@
}
.ctrlTab-preview:focus > .ctrlTab-preview-inner {
color: white;
background-color: rgba(0,0,0,.75);
text-shadow: none;
border-color: #45a1ff;