Skip to content

Commit 678ccd2

Browse files
committed
Remove cursor: pointer from [aria-controls]
#218
1 parent 5e2d9c2 commit 678ccd2

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

sanitize.css

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -340,14 +340,6 @@
340340
cursor: progress;
341341
}
342342

343-
/*
344-
* Change the cursor on control elements in all browsers (opinionated).
345-
*/
346-
347-
:where([aria-controls]) {
348-
cursor: pointer;
349-
}
350-
351343
/*
352344
* Change the cursor on disabled, not-editable, or otherwise
353345
* inoperable elements in all browsers (opinionated).

0 commit comments

Comments
 (0)