Bug 1492114 - Really ensure that the Third-Party Cookies description doesn't wrap unnecessarily r=johannh

The selector should apply to deck elements that do have a selectedIndex
attribute but it's not 0.

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

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Ehsan Akhgari 2018-09-24 08:07:18 +00:00
parent a47a091a6d
commit 19cc8cf31c

View File

@ -132,8 +132,7 @@
margin-top: 0.75em;
}
#blockCookiesCBDeck:not([selectedIndex]),
#blockCookiesCBDeck:not([selectedIndex="0"]) {
#blockCookiesCBDeck[selectedIndex]:not([selectedIndex="0"]) {
max-width: 444px;
}