tweak resize handle in room list
only show a 1 px line but with a 9px interaction target apply darker color from design
This commit is contained in:
@@ -18,7 +18,7 @@ limitations under the License.
|
||||
cursor: row-resize;
|
||||
flex: 0 0 auto;
|
||||
background: $panel-divider-color;
|
||||
padding: 1px
|
||||
background-clip: content-box;
|
||||
}
|
||||
|
||||
.mx_ResizeHandle.mx_ResizeHandle_horizontal {
|
||||
|
||||
@@ -62,3 +62,6 @@ limitations under the License.
|
||||
right: 60px;
|
||||
}
|
||||
|
||||
.mx_RoomList .mx_ResizeHandle {
|
||||
padding: 4px 0;
|
||||
}
|
||||
|
||||
@@ -127,7 +127,7 @@ $roomsublist-label-fg-color: $roomtile-name-color;
|
||||
$roomsublist-label-bg-color: $tertiary-accent-color;
|
||||
$roomsublist-chevron-color: $accent-color;
|
||||
|
||||
$panel-divider-color: #ebedf8;
|
||||
$panel-divider-color: #dee1f3;
|
||||
|
||||
// ********************
|
||||
|
||||
|
||||
Reference in New Issue
Block a user