$roomlist-header-color -> $tertiary-content
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
4604d817c4
commit
25a3a8ddfd
6 changed files with 12 additions and 14 deletions
|
@ -24,7 +24,7 @@ limitations under the License.
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
||||||
height: 24px;
|
height: 24px;
|
||||||
color: $roomlist-header-color;
|
color: $tertiary-content;
|
||||||
margin-top: 4px;
|
margin-top: 4px;
|
||||||
|
|
||||||
.mx_LeftPanelWidget_stickable {
|
.mx_LeftPanelWidget_stickable {
|
||||||
|
@ -62,7 +62,7 @@ limitations under the License.
|
||||||
mask-position: center;
|
mask-position: center;
|
||||||
mask-size: contain;
|
mask-size: contain;
|
||||||
mask-repeat: no-repeat;
|
mask-repeat: no-repeat;
|
||||||
background-color: $roomlist-header-color;
|
background-color: $tertiary-content;
|
||||||
mask-image: url('$(res)/img/feather-customised/chevron-down.svg');
|
mask-image: url('$(res)/img/feather-customised/chevron-down.svg');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -46,7 +46,7 @@ $activeBorderColor: $secondary-content;
|
||||||
mask-repeat: no-repeat;
|
mask-repeat: no-repeat;
|
||||||
margin-left: $gutterSize;
|
margin-left: $gutterSize;
|
||||||
margin-bottom: 12px;
|
margin-bottom: 12px;
|
||||||
background-color: $roomlist-header-color;
|
background-color: $tertiary-content;
|
||||||
mask-image: url('$(res)/img/element-icons/expand-space-panel.svg');
|
mask-image: url('$(res)/img/element-icons/expand-space-panel.svg');
|
||||||
|
|
||||||
&.expanded {
|
&.expanded {
|
||||||
|
@ -158,7 +158,7 @@ $activeBorderColor: $secondary-content;
|
||||||
mask-position: center;
|
mask-position: center;
|
||||||
mask-size: 20px;
|
mask-size: 20px;
|
||||||
mask-repeat: no-repeat;
|
mask-repeat: no-repeat;
|
||||||
background-color: $roomlist-header-color;
|
background-color: $tertiary-content;
|
||||||
mask-image: url('$(res)/img/feather-customised/chevron-down.svg');
|
mask-image: url('$(res)/img/feather-customised/chevron-down.svg');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -44,7 +44,7 @@ limitations under the License.
|
||||||
// Allow the container to collapse on itself if its children
|
// Allow the container to collapse on itself if its children
|
||||||
// are not in the normal document flow
|
// are not in the normal document flow
|
||||||
max-height: 24px;
|
max-height: 24px;
|
||||||
color: $roomlist-header-color;
|
color: $tertiary-content;
|
||||||
|
|
||||||
.mx_RoomSublist_stickable {
|
.mx_RoomSublist_stickable {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
|
@ -161,7 +161,7 @@ limitations under the License.
|
||||||
mask-position: center;
|
mask-position: center;
|
||||||
mask-size: contain;
|
mask-size: contain;
|
||||||
mask-repeat: no-repeat;
|
mask-repeat: no-repeat;
|
||||||
background-color: $roomlist-header-color;
|
background-color: $tertiary-content;
|
||||||
mask-image: url('$(res)/img/feather-customised/chevron-down.svg');
|
mask-image: url('$(res)/img/feather-customised/chevron-down.svg');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -262,7 +262,7 @@ limitations under the License.
|
||||||
mask-position: center;
|
mask-position: center;
|
||||||
mask-size: contain;
|
mask-size: contain;
|
||||||
mask-repeat: no-repeat;
|
mask-repeat: no-repeat;
|
||||||
background: $roomlist-header-color;
|
background: $tertiary-content;
|
||||||
left: -1px; // adjust for image position
|
left: -1px; // adjust for image position
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -125,11 +125,10 @@ $theme-button-bg-color: #e3e8f0;
|
||||||
|
|
||||||
$roomlist-button-bg-color: rgba(141, 151, 165, 0.2); // Buttons include the filter box, explore button, and sublist buttons
|
$roomlist-button-bg-color: rgba(141, 151, 165, 0.2); // Buttons include the filter box, explore button, and sublist buttons
|
||||||
$roomlist-bg-color: rgba(33, 38, 44, 0.90);
|
$roomlist-bg-color: rgba(33, 38, 44, 0.90);
|
||||||
$roomlist-header-color: $tertiary-content;
|
|
||||||
$roomsublist-divider-color: $primary-content;
|
$roomsublist-divider-color: $primary-content;
|
||||||
$roomsublist-skeleton-ui-bg: linear-gradient(180deg, #3e444c 0%, #3e444c00 100%);
|
$roomsublist-skeleton-ui-bg: linear-gradient(180deg, #3e444c 0%, #3e444c00 100%);
|
||||||
|
|
||||||
$groupFilterPanel-divider-color: $roomlist-header-color;
|
$groupFilterPanel-divider-color: $tertiary-content;
|
||||||
|
|
||||||
$roomtile-preview-color: $secondary-content;
|
$roomtile-preview-color: $secondary-content;
|
||||||
$roomtile-default-badge-bg-color: #61708b;
|
$roomtile-default-badge-bg-color: #61708b;
|
||||||
|
@ -137,7 +136,7 @@ $roomtile-selected-bg-color: rgba(141, 151, 165, 0.2);
|
||||||
|
|
||||||
// ********************
|
// ********************
|
||||||
|
|
||||||
$notice-secondary-color: $roomlist-header-color;
|
$notice-secondary-color: $tertiary-content;
|
||||||
|
|
||||||
$panel-divider-color: transparent;
|
$panel-divider-color: transparent;
|
||||||
|
|
||||||
|
|
|
@ -84,7 +84,7 @@ $authpage-lang-color: var(--timeline-text-color);
|
||||||
$roomheader-color: var(--timeline-text-color);
|
$roomheader-color: var(--timeline-text-color);
|
||||||
// --roomlist-text-secondary-color
|
// --roomlist-text-secondary-color
|
||||||
$roomtile-preview-color: var(--roomlist-text-secondary-color);
|
$roomtile-preview-color: var(--roomlist-text-secondary-color);
|
||||||
$roomlist-header-color: var(--roomlist-text-secondary-color);
|
$tertiary-content: var(--roomlist-text-secondary-color);
|
||||||
$roomtile-default-badge-bg-color: var(--roomlist-text-secondary-color);
|
$roomtile-default-badge-bg-color: var(--roomlist-text-secondary-color);
|
||||||
|
|
||||||
//
|
//
|
||||||
|
|
|
@ -187,11 +187,10 @@ $theme-button-bg-color: $quinary-content;
|
||||||
|
|
||||||
$roomlist-button-bg-color: rgba(141, 151, 165, 0.2); // Buttons include the filter box, explore button, and sublist buttons
|
$roomlist-button-bg-color: rgba(141, 151, 165, 0.2); // Buttons include the filter box, explore button, and sublist buttons
|
||||||
$roomlist-bg-color: rgba(245, 245, 245, 0.90);
|
$roomlist-bg-color: rgba(245, 245, 245, 0.90);
|
||||||
$roomlist-header-color: $tertiary-content;
|
|
||||||
$roomsublist-divider-color: $primary-content;
|
$roomsublist-divider-color: $primary-content;
|
||||||
$roomsublist-skeleton-ui-bg: linear-gradient(180deg, #ffffff 0%, #ffffff00 100%);
|
$roomsublist-skeleton-ui-bg: linear-gradient(180deg, #ffffff 0%, #ffffff00 100%);
|
||||||
|
|
||||||
$groupFilterPanel-divider-color: $roomlist-header-color;
|
$groupFilterPanel-divider-color: $tertiary-content;
|
||||||
|
|
||||||
$roomtile-preview-color: $secondary-content;
|
$roomtile-preview-color: $secondary-content;
|
||||||
$roomtile-default-badge-bg-color: #61708b;
|
$roomtile-default-badge-bg-color: #61708b;
|
||||||
|
@ -212,7 +211,7 @@ $username-variant6-color: #2dc2c5;
|
||||||
$username-variant7-color: #5c56f5;
|
$username-variant7-color: #5c56f5;
|
||||||
$username-variant8-color: #74d12c;
|
$username-variant8-color: #74d12c;
|
||||||
|
|
||||||
$notice-secondary-color: $roomlist-header-color;
|
$notice-secondary-color: $tertiary-content;
|
||||||
|
|
||||||
$panel-divider-color: transparent;
|
$panel-divider-color: transparent;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue