mirror of
https://github.com/bitwarden/browser
synced 2025-12-22 11:13:46 +00:00
Beeep/remove sad faces (#1255)
* Replace sad face with searching image * Change css variable name * Added aria-hidden="true" to images * Run prettier
This commit is contained in:
@@ -92,6 +92,7 @@ $themes: (
|
||||
calloutBackgroundColor: $background-color,
|
||||
accountSwitcherBackgroundColor: $background-color,
|
||||
accountSwitcherTextColor: #ffffff,
|
||||
svgSuffix: "-light.svg",
|
||||
),
|
||||
dark: (
|
||||
textColor: #ffffff,
|
||||
@@ -144,6 +145,7 @@ $themes: (
|
||||
calloutBackgroundColor: #363636,
|
||||
accountSwitcherBackgroundColor: #2f2f2f,
|
||||
accountSwitcherTextColor: #ffffff,
|
||||
svgSuffix: "-dark.svg",
|
||||
),
|
||||
nord: (
|
||||
textColor: $nord5,
|
||||
@@ -196,6 +198,7 @@ $themes: (
|
||||
calloutBackgroundColor: $nord2,
|
||||
accountSwitcherBackgroundColor: $nord0,
|
||||
accountSwitcherTextColor: $nord5,
|
||||
svgSuffix: "-dark.svg",
|
||||
),
|
||||
);
|
||||
|
||||
|
||||
@@ -303,6 +303,12 @@ app-root {
|
||||
text-align: center;
|
||||
padding: 0 10px;
|
||||
|
||||
.no-items-image {
|
||||
@include themify($themes) {
|
||||
content: url("../images/search-desktop" + themed("svgSuffix"));
|
||||
}
|
||||
}
|
||||
|
||||
.fa {
|
||||
margin-bottom: 10px;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user