Fixes @mentions background for light-mode
This commit is contained in:
@@ -4545,7 +4545,6 @@ button.module-image__border-overlay:focus {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.module-message-body__at-mention {
|
.module-message-body__at-mention {
|
||||||
background-color: $color-black-alpha-40;
|
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
@@ -4553,6 +4552,14 @@ button.module-image__border-overlay:focus {
|
|||||||
padding-right: 4px;
|
padding-right: 4px;
|
||||||
border: 1px solid transparent;
|
border: 1px solid transparent;
|
||||||
|
|
||||||
|
@include light-theme {
|
||||||
|
background-color: $color-gray-20;
|
||||||
|
}
|
||||||
|
|
||||||
|
@include dark-theme {
|
||||||
|
background-color: $color-black-alpha-40;
|
||||||
|
}
|
||||||
|
|
||||||
&:focus {
|
&:focus {
|
||||||
border: 1px solid $color-black;
|
border: 1px solid $color-black;
|
||||||
outline: none;
|
outline: none;
|
||||||
|
Reference in New Issue
Block a user