- commit
- f58161db8d76ee6a4cc504a5ba635c3402045ad7
- parent
- 7acafdfe92d809dd1093da4851be0c27b1fa31c3
- Author
- Tobias Bengfort <tobias.bengfort@posteo.de>
- Date
- 2023-09-06 03:55
avoid chopping of focus outline on dropdown
Diffstat
| M | content/style.css | 9 | ++++++++- |
1 files changed, 8 insertions, 1 deletions
diff --git a/content/style.css b/content/style.css
@@ -103,7 +103,6 @@ body {
103 103 min-inline-size: 15em;
104 104 border-radius: 0.4em;
105 105 border: 1px solid var(--border);
106 -1 overflow: hidden;
107 106 }
108 107 [aria-expanded="true"] + .dropdown {
109 108 display: block;
@@ -128,6 +127,14 @@ body {
128 127 background-color: var(--highlight-bg);
129 128 color: var(--highlight-fg);
130 129 }
-1 130 .dropdown-item:first-child {
-1 131 border-start-start-radius: inherit;
-1 132 border-start-end-radius: inherit;
-1 133 }
-1 134 .dropdown-item:last-child {
-1 135 border-end-start-radius: inherit;
-1 136 border-end-end-radius: inherit;
-1 137 }
131 138
132 139 .message {
133 140 max-inline-size: 70em;