mirror of
https://github.com/shuaiplus/nodewarden.git
synced 2026-06-20 21:00:41 +00:00
feat: enhance icon error handling and loading state management in TotpCodesPage and VaultListIcon components
This commit is contained in:
@@ -376,13 +376,13 @@
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.list-icon-fallback.hidden {
|
||||
opacity: 0;
|
||||
.list-icon-stack > .list-icon-fallback {
|
||||
opacity: 1;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.list-icon-stack > .list-icon-fallback {
|
||||
.list-icon-stack > .list-icon-fallback.hidden {
|
||||
opacity: 0;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.list-icon-fallback {
|
||||
|
||||
Reference in New Issue
Block a user