1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-21 18:53:29 +00:00

[PM-21812][PM-21813] Tech debt removal of legacy stylings no longer required nor used (#16466)

This commit is contained in:
Mick Letofsky
2025-09-22 11:24:32 +02:00
committed by GitHub
parent cdd804d232
commit c9501fec30
4 changed files with 2 additions and 24 deletions

View File

@@ -279,7 +279,7 @@
<bit-section disableMargin> <bit-section disableMargin>
<bit-item> <bit-item>
<a bit-item-content routerLink="/blocked-domains">{{ "blockedDomains" | i18n }}</a> <a bit-item-content routerLink="/blocked-domains">{{ "blockedDomains" | i18n }}</a>
<i slot="end" class="bwi bwi-angle-right bwi-lg row-sub-icon" aria-hidden="true"></i> <i slot="end" class="bwi bwi-angle-right bwi-lg" aria-hidden="true"></i>
</bit-item> </bit-item>
</bit-section> </bit-section>
</div> </div>

View File

@@ -50,7 +50,7 @@
<bit-section disableMargin> <bit-section disableMargin>
<bit-item> <bit-item>
<a bit-item-content routerLink="/excluded-domains">{{ "excludedDomains" | i18n }}</a> <a bit-item-content routerLink="/excluded-domains">{{ "excludedDomains" | i18n }}</a>
<i slot="end" class="bwi bwi-angle-right row-sub-icon" aria-hidden="true"></i> <i slot="end" class="bwi bwi-angle-right" aria-hidden="true"></i>
</bit-item> </bit-item>
</bit-section> </bit-section>
</div> </div>

View File

@@ -526,13 +526,6 @@
width: calc(100% - 25px); width: calc(100% - 25px);
} }
.row-sub-icon,
.row-sub-label + i.bwi {
@include themify($themes) {
color: themed("disabledIconColor");
}
}
.icon { .icon {
display: flex; display: flex;
justify-content: center; justify-content: center;

View File

@@ -429,21 +429,6 @@
width: calc(100% - 25px); width: calc(100% - 25px);
} }
.row-sub-icon {
@include themify($themes) {
color: themed("disabledIconColor");
}
}
.row-sub-label {
margin: 0 15px;
white-space: nowrap;
@include themify($themes) {
color: themed("mutedColor");
}
}
.progress { .progress {
display: flex; display: flex;
height: 5px; height: 5px;