fix splitter behaviour on hover

This commit is contained in:
daria 2025-12-17 16:44:19 +02:00
parent 42941d229e
commit f2caa244f0
No known key found for this signature in database
GPG Key ID: 3B75240E6B2F2701

View File

@ -520,6 +520,7 @@
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
border-left: 1px solid transparent;
&:hover {
border-left: 1px solid @cryptpad_text_col;
}