Skip to content

Commit

Permalink
Use opacity for profile counts without sites
Browse files Browse the repository at this point in the history
  • Loading branch information
filips123 committed Nov 17, 2023
1 parent 1880906 commit bd3b003
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension/src/sites/manage.js
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@ async function createProfileList () {
countElement.innerText = `(${profile.sites.length} sites)`
}
if (profile.sites.length === 0) {
countElement.classList.add('text-dark')
countElement.classList.add('text-opacity-50')
}
countElement.removeAttribute('id')

Expand Down

0 comments on commit bd3b003

Please sign in to comment.