Skip to content

Commit

Permalink
Merge pull request #16212 from Snuffleupagus/geckoview-rm-transition-CSS
Browse files Browse the repository at this point in the history
[GeckoView] Remove unused `transition` CSS-rules
  • Loading branch information
timvandermeij authored Mar 26, 2023
2 parents 8a2dfdb + 71fdf80 commit 384bd96
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions web/viewer-geckoview.css
Original file line number Diff line number Diff line change
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 384bd96

Please sign in to comment.