Dark theme for calling device selection
This commit is contained in:
parent
31c2fe56f4
commit
a9367f48f1
10 changed files with 70 additions and 36 deletions
|
@ -9714,13 +9714,7 @@ button.module-image__border-overlay:focus {
|
|||
.module-calling-device-selection__close-button {
|
||||
@include button-reset;
|
||||
|
||||
@include light-theme {
|
||||
@include color-svg('../images/x-shadow-16.svg', $color-gray-75);
|
||||
}
|
||||
|
||||
@include dark-theme {
|
||||
@include color-svg('../images/x-shadow-16.svg', $color-white);
|
||||
}
|
||||
@include color-svg('../images/x-shadow-16.svg', $color-white);
|
||||
|
||||
height: 16px;
|
||||
position: absolute;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue