Skip to content

Commit

Permalink
Add: Decoration - Sync with cursor progress
Browse files Browse the repository at this point in the history
  • Loading branch information
black7375 committed Apr 21, 2024
1 parent ae974b0 commit 42fa689
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 5 deletions.
10 changes: 10 additions & 0 deletions css/leptonChrome.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions css/leptonChromeESR.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions src/decoration/_cursor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ menuitem.openintabs-menuitem,
cursor: pointer !important;
}

// TODO: For now, fxa-menu doesn't show any status.
// (JS required, observe .syncNowBtn status)
// #PanelUI-fxa-menu-syncnow-button[syncstatus="active"] {
// cursor: progress !important;
// }
#PanelUI-fxa-menu-syncnow-button:has(.syncnow-label[data-l10n-id="fxa-toolbar-sync-syncing2"]),
#PanelUI-fxa-menu-syncnow-button .syncnow-label[data-l10n-id="fxa-toolbar-sync-syncing2"],
#PanelUI-appMenu-fxa-image-last-synced[syncstatus="active"] {
cursor: progress !important;
}

0 comments on commit 42fa689

Please sign in to comment.