mirror of
https://github.com/flarum/core.git
synced 2025-08-08 09:26:34 +02:00
Add scrubber height change transition css, don't apply when dragging
This commit is contained in:
committed by
Franz Liedke
parent
9c63c54868
commit
9a357f5d19
@@ -21,6 +21,14 @@
|
||||
}
|
||||
.Scrubber-before, .Scrubber-after {
|
||||
border-left: 1px solid @control-bg;
|
||||
transition: height 0.15s ease-out;
|
||||
}
|
||||
.Scrubber-before, .Scrubber-after {
|
||||
border-left: 1px solid @control-bg;
|
||||
transition: height 0.15s ease-out;
|
||||
}
|
||||
.dragging .Scrubber-before, .dragging .Scrubber-after {
|
||||
transition: none;
|
||||
}
|
||||
.Scrubber-unread {
|
||||
position: absolute;
|
||||
|
Reference in New Issue
Block a user