|
@@ -97,6 +97,7 @@
|
|
|
cursor: default;
|
|
cursor: default;
|
|
|
background: $sidebarBackground;
|
|
background: $sidebarBackground;
|
|
|
box-shadow: inset -1px 0 $sidebarBorder;
|
|
box-shadow: inset -1px 0 $sidebarBorder;
|
|
|
|
|
+ @extend %truncate-text;
|
|
|
|
|
|
|
|
&, &:hover {
|
|
&, &:hover {
|
|
|
color: inherit;
|
|
color: inherit;
|
|
@@ -126,17 +127,10 @@
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-._list-item, ._list-text {
|
|
|
|
|
- overflow: hidden;
|
|
|
|
|
- white-space: nowrap;
|
|
|
|
|
- word-wrap: normal;
|
|
|
|
|
- overflow-wrap: normal;
|
|
|
|
|
- text-overflow: ellipsis;
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
._list-text {
|
|
._list-text {
|
|
|
display: block;
|
|
display: block;
|
|
|
pointer-events: none;
|
|
pointer-events: none;
|
|
|
|
|
+ @extend %truncate-text;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
._list-count, ._list-enable {
|
|
._list-count, ._list-enable {
|