[GeckoView] Remove unused transition
CSS-rules
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).
This commit is contained in:
parent
8a2dfdb032
commit
71fdf804de
@ -94,10 +94,6 @@ body {
|
|||||||
inset: 0;
|
inset: 0;
|
||||||
outline: none;
|
outline: none;
|
||||||
}
|
}
|
||||||
#viewerContainer {
|
|
||||||
transition-duration: var(--sidebar-transition-duration);
|
|
||||||
transition-timing-function: var(--sidebar-transition-timing-function);
|
|
||||||
}
|
|
||||||
|
|
||||||
.dialogButton {
|
.dialogButton {
|
||||||
border: none;
|
border: none;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user