Skip to content

Commit

Permalink
[GeckoView] Remove unused transition CSS-rules
Browse files Browse the repository at this point in the history
Given that the GeckoView-viewer doesn't have a sidebar, there's no reason to have CSS-rules for it (and the variables are also undefined).
  • Loading branch information
Snuffleupagus committed Mar 26, 2023
1 parent 8a2dfdb commit 71fdf80
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions web/viewer-geckoview.css
Expand Up @@ -94,10 +94,6 @@ body {
inset: 0;
outline: none;
}
#viewerContainer {
transition-duration: var(--sidebar-transition-duration);
transition-timing-function: var(--sidebar-transition-timing-function);
}

.dialogButton {
border: none;
Expand Down

0 comments on commit 71fdf80

Please sign in to comment.