Skip to content

Commit 7d351de

Browse files
authored
Override style to ensure there is a focus ring on buttons (#913)
1 parent d20e7da commit 7d351de

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

docs/_static/css/citus.css

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,10 @@ h1,h2,.rst-content .toctree-wrapper p.caption,h3,h4,h5,h6,legend {
1616
border: 1px solid #404040;
1717
}
1818

19-
/*.btn:focus {
20-
outline: 1px solid;
21-
}*/
19+
.btn:focus {
20+
outline: 1px dashed !important;
21+
}
22+
2223
:focus {
2324
outline: 1px dashed;
2425
}

0 commit comments

Comments
 (0)