Skip to content

Commit

Permalink
NexusKitten/controlcontrols: remove revert-layer (#1533)
Browse files Browse the repository at this point in the history
this feature only works in Firefox and actually isn't needed anyways
  • Loading branch information
GarboMuffin authored Jun 11, 2024
1 parent 665a8f2 commit 22928f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extensions/NexusKitten/controlcontrols.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@

const highlightAnimation = (outlineColor, backgroundColor) => [
[
{ outline: "#0000 2px solid", backgroundColor: "revert-layer" },
{ outline: "#0000 2px solid" },
{
outline: outlineColor + " 2px solid",
backgroundColor: backgroundColor,
Expand All @@ -57,7 +57,7 @@
outline: outlineColor + " 2px solid",
backgroundColor: backgroundColor,
},
{ outline: "#0000 2px solid", backgroundColor: "revert-layer" },
{ outline: "#0000 2px solid" },
],
{ duration: 1700 },
];
Expand Down

0 comments on commit 22928f9

Please sign in to comment.