a11y-outline

web extension to navigate document outlines easily
git clone https://git.ce9e.org/a11y-outline.git

commit
a12711c8479f63b6b33242be988f52169cfe7000
parent
d03c76eb2919a4878e867018020d21581aca5be9
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2023-07-06 05:54
style: rm bullet on expandable treeitems

Diffstat

M outline.css 4 ++++

1 files changed, 4 insertions, 0 deletions


diff --git a/outline.css b/outline.css

@@ -83,6 +83,10 @@
   83    83 	display: none;
   84    84 }
   85    85 
   -1    86 #a11y-outline .treeview [aria-expanded] {
   -1    87   list-style: none;
   -1    88 }
   -1    89 
   86    90 /* link */
   87    91 #a11y-outline .treeview a {
   88    92 	color: inherit;