minimal text fields: update selectors for Fx 131 - fixes #422

Structure inside .urlbar-input-container is a bit different so lets fix
that
This commit is contained in:
MrOtherGuy
2024-10-09 05:29:33 +03:00
parent e73c60ecfd
commit d60a970480

View File

@@ -23,13 +23,12 @@ See the above repository for updates as well as full license text. */
}
#tracking-protection-icon-container,
#identity-box ~ *,
:where(#identity-box) ~ *,
.searchbar-textbox > *{
opacity: 0;
transition: opacity 150ms linear
}
#urlbar .urlbar-input-box,
.urlbar-input-container > :is(.urlbar-searchmode-and-input-box-container,.urlbar-input-box),
.searchbar-textbox > moz-input-box{ opacity: 0.6 }
#identity-box ~ *:hover,