editor: Fix color variable on button separator

This commit is contained in:
Eragon 2023-05-14 22:41:59 +02:00
parent 55836ebf19
commit b09ffaf97d
Signed by untrusted user: Eragon
GPG Key ID: 087126EBFC725006
1 changed files with 2 additions and 3 deletions

View File

@ -34,8 +34,7 @@
.editor .btn-group .separator {
display: inline-block;
width: 0;
border-left: 1px solid #d9d9d9;
border-right: 1px solid #ffffff;
border: 1px solid var(--text);
color: transparent;
text-indent: -10px;
}
@ -80,4 +79,4 @@
transform: translateX(-50%);
top: 50vh;
}
}
}