cleanup scss

This commit is contained in:
Audric Ackermann 2020-08-31 09:46:03 +10:00
parent 89acda2d2f
commit 5909b7c807
No known key found for this signature in database
GPG Key ID: 999F434D76324AD4
2 changed files with 14 additions and 21 deletions

View File

@ -428,7 +428,6 @@
}
.module-conversation__user,
.module-message__author {
color: $color-white;
font-size: 13px;
font-weight: 300;
line-height: 18px;

View File

@ -11,6 +11,19 @@ $session-compose-margin: 20px;
}
.module-conversation {
// default conversation list item text color
&__user__profile {
&-number,
&-name {
@include fontAccentBold();
font-size: 15px;
@include themify($themes) {
color: themed('textColorSubtle');
}
}
}
&-list-item {
transition: $session-transition-duration;
@ -44,7 +57,7 @@ $session-compose-margin: 20px;
&__unread-count {
@include themify($themes) {
color: themed('textColor');
background-color: themed('clickableHovered');
background: themed('clickableHovered');
}
position: static !important;
@ -71,13 +84,6 @@ $session-compose-margin: 20px;
&__header__name {
flex-grow: 0 !important;
padding-right: 5px !important;
@at-root .light-theme #{&} {
color: $session-color-black;
}
@at-root .dark-theme #{&} {
color: $session-shade-17;
}
}
&__header__name--with-unread .module-conversation__user__profile-number,
@ -87,18 +93,6 @@ $session-compose-margin: 20px;
}
}
}
&__user__profile {
&-number,
&-name {
@include fontAccentBold();
font-size: 15px;
@include themify($themes) {
color: subtle(themed('textColorSubtle'));
}
}
}
}
.module-left-pane {