1
0
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:
Alexander Skvortsov
2020-07-05 19:30:26 -04:00
committed by Franz Liedke
parent 9c63c54868
commit 9a357f5d19
2 changed files with 14 additions and 1 deletions

View File

@@ -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;