Skip to content

Commit

Permalink
feat(ui-kit/style): add --sys-surface-reloading-opacity
Browse files Browse the repository at this point in the history
  • Loading branch information
AliMD committed Mar 22, 2023
1 parent 872101c commit e12f560
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions ui/ui-kit/style/token/surface.css
Expand Up @@ -12,6 +12,7 @@

--sys-surface-disabled-opacity: 0.38;
--sys-surface-disabled-outlined-opacity: 0.12;
--sys-surface-reloading-opacity: 0.6;

--sys-surface-elevation-opacity-1: 0.2;
--sys-surface-elevation-opacity-2: 0.14;
Expand Down
2 changes: 1 addition & 1 deletion uniquely/com-pwa/src/ui/page/order-list.ts
Expand Up @@ -45,7 +45,7 @@ export class AlwatrPageOrderList extends ScheduleUpdateToFrameMixin(
}
:host([state='reloading']) {
opacity: var(--sys-surface-disabled-opacity);
opacity: var(--sys-surface-reloading-opacity);
}
alwatr-order-status-box {
Expand Down

0 comments on commit e12f560

Please sign in to comment.