mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Pseudo elements in togglers where causing artifacts in v2; only allow those in SL.
This commit is contained in:
parent
09dcbcf3b7
commit
9575e80291
1 changed files with 2 additions and 2 deletions
|
@ -323,14 +323,14 @@
|
|||
}
|
||||
|
||||
.ui-layout-resizer-west.ui-layout-resizer-open, .ui-layout-resizer-east.ui-layout-resizer-closed {
|
||||
.ui-layout-toggler {
|
||||
.ui-layout-toggler when (@is-overleaf = false) {
|
||||
&:before {
|
||||
content: "\f104"
|
||||
}
|
||||
}
|
||||
}
|
||||
.ui-layout-resizer-east.ui-layout-resizer-open, .ui-layout-resizer-west.ui-layout-resizer-closed {
|
||||
.ui-layout-toggler {
|
||||
.ui-layout-toggler when (@is-overleaf = false) {
|
||||
&:before {
|
||||
content: "\f105"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue