mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-16 05:45:33 +00:00
Bug 1617608 - Allow toggling :focus-visible from inspector. r=rcaliman
Differential Revision: https://phabricator.services.mozilla.com/D97164
This commit is contained in:
parent
cee5bf40eb
commit
559823cc19
@ -26,6 +26,9 @@ const TEST_URI = `
|
||||
div:visited {
|
||||
color: orange;
|
||||
}
|
||||
div:focus-visible {
|
||||
color: wheat;
|
||||
}
|
||||
</style>
|
||||
<div>test div</div>
|
||||
`;
|
||||
|
@ -32,6 +32,7 @@ exports.PSEUDO_CLASSES = [
|
||||
":hover",
|
||||
":active",
|
||||
":focus",
|
||||
":focus-visible",
|
||||
":focus-within",
|
||||
":visited",
|
||||
];
|
||||
|
Loading…
x
Reference in New Issue
Block a user