1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-20 02:03:39 +00:00

[PM-3804] Remove Server Flag Icons (#6207)

* remove flags from web component

* remove selectedRegionImageName from web component

* remove input

* delete image files and update browser translation

* update translation and popup width for destkop/browser

* remove translations

* revert width on dialog
This commit is contained in:
rr-bw
2023-09-07 14:44:55 -07:00
committed by GitHub
parent 8de65ea791
commit 5440e372f6
17 changed files with 10 additions and 199 deletions

View File

@@ -83,17 +83,4 @@
background-color: themed("listItemBackgroundHoverColor") !important;
}
}
img {
margin-bottom: -2px;
height: 14px;
}
.img-us {
content: url("../images/flag-us.svg");
}
.img-eu {
content: url("../images/flag-eu.svg");
}
}