1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-13 23:13:36 +00:00

Remove unreachable css

This commit is contained in:
Jeffrey Holland
2025-12-09 18:15:55 +01:00
parent 15a6919c66
commit ad236a81ea

View File

@@ -405,22 +405,6 @@ body * {
font-size: 2.6rem;
}
.theme_light .inline-menu-list-actions-item .cipher-icon.bwi:not(.cipher-icon) {
color: #175ddc;
}
.theme_dark .inline-menu-list-actions-item .cipher-icon.bwi:not(.cipher-icon) {
color: #6f9df1;
}
.theme_light .inline-menu-list-actions-item .cipher-icon.bwi:not(.cipher-icon) svg path {
fill: #175ddc !important;
}
.theme_dark .inline-menu-list-actions-item .cipher-icon.bwi:not(.cipher-icon) svg path {
fill: #6f9df1 !important;
}
.inline-menu-list-actions-item .cipher-details {
display: block;
width: 100%;