Skip to content

Commit fcd855e

Browse files
committed
Show hand cursor for settings ui <detail> element.
1 parent 29762fd commit fcd855e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/components/settings-ui.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,11 @@ export class Settings extends LitElement {
5252
filterFirefoxChannel: FirefoxChannel | null = null;
5353

5454
static styles = css`
55+
details summary {
56+
cursor: pointer;
57+
user-select: none;
58+
}
59+
5560
#settings-content {
5661
padding: 1.5rem 2rem;
5762
background: var(--bg-secondary, #232323);

0 commit comments

Comments
 (0)