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:
@@ -279,7 +279,7 @@
|
||||
<bit-section disableMargin>
|
||||
<bit-item>
|
||||
<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-section>
|
||||
</div>
|
||||
|
||||
@@ -50,7 +50,7 @@
|
||||
<bit-section disableMargin>
|
||||
<bit-item>
|
||||
<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-section>
|
||||
</div>
|
||||
|
||||
@@ -526,13 +526,6 @@
|
||||
width: calc(100% - 25px);
|
||||
}
|
||||
|
||||
.row-sub-icon,
|
||||
.row-sub-label + i.bwi {
|
||||
@include themify($themes) {
|
||||
color: themed("disabledIconColor");
|
||||
}
|
||||
}
|
||||
|
||||
.icon {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
|
||||
@@ -429,21 +429,6 @@
|
||||
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 {
|
||||
display: flex;
|
||||
height: 5px;
|
||||
|
||||
Reference in New Issue
Block a user