Match line colour from user menu in sublist menu
This commit is contained in:
parent
7b79dd6be1
commit
129ff3a6e0
3 changed files with 3 additions and 2 deletions
|
@ -414,6 +414,7 @@ limitations under the License.
|
||||||
margin-bottom: 16px;
|
margin-bottom: 16px;
|
||||||
margin-right: 16px; // additional 16px
|
margin-right: 16px; // additional 16px
|
||||||
border: 1px solid $roomsublist2-divider-color;
|
border: 1px solid $roomsublist2-divider-color;
|
||||||
|
opacity: 0.1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_RoomSublist2_contextMenu_title {
|
.mx_RoomSublist2_contextMenu_title {
|
||||||
|
|
|
@ -113,7 +113,7 @@ $theme-button-bg-color: #e3e8f0;
|
||||||
$roomlist2-button-bg-color: #1A1D23; // Buttons include the filter box, explore button, and sublist buttons
|
$roomlist2-button-bg-color: #1A1D23; // Buttons include the filter box, explore button, and sublist buttons
|
||||||
$roomlist2-bg-color: $header-panel-bg-color;
|
$roomlist2-bg-color: $header-panel-bg-color;
|
||||||
|
|
||||||
$roomsublist2-divider-color: #e9eaeb;
|
$roomsublist2-divider-color: $primary-fg-color;
|
||||||
|
|
||||||
$roomtile2-preview-color: #9e9e9e;
|
$roomtile2-preview-color: #9e9e9e;
|
||||||
$roomtile2-default-badge-bg-color: #61708b;
|
$roomtile2-default-badge-bg-color: #61708b;
|
||||||
|
|
|
@ -180,7 +180,7 @@ $theme-button-bg-color: #e3e8f0;
|
||||||
$roomlist2-button-bg-color: #fff; // Buttons include the filter box, explore button, and sublist buttons
|
$roomlist2-button-bg-color: #fff; // Buttons include the filter box, explore button, and sublist buttons
|
||||||
$roomlist2-bg-color: $header-panel-bg-color;
|
$roomlist2-bg-color: $header-panel-bg-color;
|
||||||
|
|
||||||
$roomsublist2-divider-color: #e9eaeb;
|
$roomsublist2-divider-color: $primary-fg-color;
|
||||||
|
|
||||||
$roomtile2-preview-color: #9e9e9e;
|
$roomtile2-preview-color: #9e9e9e;
|
||||||
$roomtile2-default-badge-bg-color: #61708b;
|
$roomtile2-default-badge-bg-color: #61708b;
|
||||||
|
|
Loading…
Reference in a new issue