mirror of
https://github.com/muerwre/markdown-home-tab.git
synced 2025-04-24 16:36:41 +07:00
changed dragging lines appearance
This commit is contained in:
parent
a08ebe2cbc
commit
6d854f57a5
1 changed files with 6 additions and 0 deletions
|
@ -5,6 +5,12 @@
|
|||
position: absolute;
|
||||
inset: 1.5px;
|
||||
background: var(--color-border);
|
||||
opacity: 0.5;
|
||||
transition: opacity 0.25s;
|
||||
}
|
||||
|
||||
.sash:hover::after {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue