1
0
mirror of https://github.com/flarum/core.git synced 2025-08-05 16:07:34 +02:00

A bit more cleanup, UI bugfixes

This commit is contained in:
Alexander Skvortsov
2020-07-09 10:08:12 -04:00
committed by Franz Liedke
parent 92b62e7ab6
commit af55a13c61
4 changed files with 59 additions and 38 deletions

View File

@@ -7,7 +7,8 @@
font-size: 14px;
margin-right: 2px;
}
&:hover, &:focus {
&:hover,
&:focus {
text-decoration: none;
color: @link-color;
}
@@ -19,22 +20,20 @@
min-height: 50px; // JavaScript sets a max-height
position: relative;
}
.Scrubber-before, .Scrubber-after {
.Scrubber-before,
.Scrubber-after {
border-left: 1px solid @control-bg;
transition: height 0.15s linear;
}
.Scrubber-handle {
border-left: 1px solid @control-bg;
transition: height 0.25s ease-in;
}
.dragging .Scrubber-before, .dragging .Scrubber-after, .dragging .Scrubber-handle {
transition: none;
}
.Scrubber-unread {
position: absolute;
border-left: 1px solid lighten(@muted-color, 10%);
width: 100%;
background-image: linear-gradient(to right, @control-bg, fade(@control-bg, 0) 10px, fade(@control-bg, 0));
background-image: linear-gradient(
to right,
@control-bg,
fade(@control-bg, 0) 10px,
fade(@control-bg, 0)
);
display: flex;
align-items: center;
color: @muted-color;