mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
remove class, add tw class (#13768)
This commit is contained in:
@@ -24,7 +24,7 @@
|
|||||||
|
|
||||||
<ng-container *ngIf="loading">
|
<ng-container *ngIf="loading">
|
||||||
<i
|
<i
|
||||||
class="bwi bwi-spinner bwi-spin text-muted"
|
class="bwi bwi-spinner bwi-spin tw-text-muted"
|
||||||
title="{{ 'loading' | i18n }}"
|
title="{{ 'loading' | i18n }}"
|
||||||
aria-hidden="true"
|
aria-hidden="true"
|
||||||
></i>
|
></i>
|
||||||
@@ -74,7 +74,7 @@
|
|||||||
{{ orgDomain.lastCheckedDate | date: "medium" }}
|
{{ orgDomain.lastCheckedDate | date: "medium" }}
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
<td bitCell class="table-list-options tw-text-right">
|
<td bitCell class="tw-text-right">
|
||||||
<button
|
<button
|
||||||
[bitMenuTriggerFor]="orgDomainOptions"
|
[bitMenuTriggerFor]="orgDomainOptions"
|
||||||
class="tw-border-none tw-bg-transparent tw-text-main"
|
class="tw-border-none tw-bg-transparent tw-text-main"
|
||||||
|
|||||||
Reference in New Issue
Block a user