mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-25 04:36:46 +00:00
Switch from deprecated node-sass to sass
This commit is contained in:
@@ -4770,14 +4770,14 @@ button.module-image__border-overlay:focus {
|
||||
@include light-theme {
|
||||
$background-color: $color-gray-15;
|
||||
background-color: $background-color;
|
||||
'#{$avatar-container-unread-indicator-selector}' {
|
||||
#{$avatar-container-unread-indicator-selector} {
|
||||
border-color: $background-color;
|
||||
}
|
||||
}
|
||||
@include dark-theme {
|
||||
$background-color: $color-gray-65;
|
||||
background-color: $background-color;
|
||||
'#{$avatar-container-unread-indicator-selector}' {
|
||||
#{$avatar-container-unread-indicator-selector} {
|
||||
border-color: $background-color;
|
||||
}
|
||||
}
|
||||
@@ -4786,7 +4786,7 @@ button.module-image__border-overlay:focus {
|
||||
&__avatar-container {
|
||||
position: relative;
|
||||
|
||||
'#{$unread-indicator-selector}' {
|
||||
#{$unread-indicator-selector} {
|
||||
$border-width: 3px;
|
||||
$size: 21px + $border-width;
|
||||
|
||||
@@ -4819,7 +4819,7 @@ button.module-image__border-overlay:focus {
|
||||
}
|
||||
|
||||
// We want this to just be the unread indicator selector, not a child of the parent.
|
||||
@at-root '#{$unread-indicator-selector}' {
|
||||
@at-root #{$unread-indicator-selector} {
|
||||
$size: 18px;
|
||||
|
||||
@include font-caption-bold;
|
||||
|
||||
Reference in New Issue
Block a user