Skip to content

Commit 8d51c33

Browse files
Remove theme button outline
1 parent 5b61b61 commit 8d51c33

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/librustdoc/html/static/rustdoc.css

+4
Original file line numberDiff line numberDiff line change
@@ -1189,6 +1189,10 @@ kbd {
11891189
top: 19px;
11901190
}
11911191

1192+
.theme-picker button {
1193+
outline: none;
1194+
}
1195+
11921196
#theme-picker {
11931197
padding: 4px;
11941198
width: 27px;

0 commit comments

Comments
 (0)