Skip to content

Commit

Permalink
docs(upower): fix incorrect css selectors
Browse files Browse the repository at this point in the history
Resolves #593
  • Loading branch information
JakeStanger committed May 23, 2024
1 parent 7d19106 commit 9db0cbc
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions docs/modules/Upower.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,10 @@ and will be replaced with values from the current battery state:

| Selector | Description |
|---------------------------------|--------------------------------|
| `.upower` | Upower widget container. |
| `.upower .button` | Upower widget button. |
| `.upower .button .contents` | Upower widget button contents. |
| `.upower .button .icon` | Upower widget battery icon. |
| `.upower .button .label` | Upower widget button label. |
| `.upower` | Upower widget button. |
| `.upower .contents` | Upower widget button contents. |
| `.upower .icon` | Upower widget battery icon. |
| `.upower .label` | Upower widget button label. |
| `.popup-upower` | Upower popup box. |
| `.popup-upower .upower-details` | Label inside the popup. |

Expand Down

0 comments on commit 9db0cbc

Please sign in to comment.