Commit 9e3d847
committed
rustdoc: remove unnecessary CSS
Added along with theme picker changes in
e78f139, but no reason seems to have been
given at the time for why this particular rule was added.
Removing this rule results in `<kbd>` elements getting an I-bar, while the
rule causes them to use the "default" arrow, but since selecting the text in
these elements works fine, the I-bar is not misleading.kbd { cursor: default }
1 parent ba64ba8 commit 9e3d847
File tree
2 files changed
+0
-2
lines changed- src
- librustdoc/html/static/css
- test/rustdoc-gui
2 files changed
+0
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1396 | 1396 | | |
1397 | 1397 | | |
1398 | 1398 | | |
1399 | | - | |
1400 | 1399 | | |
1401 | 1400 | | |
1402 | 1401 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | 30 | | |
32 | 31 | | |
33 | 32 | | |
| |||
0 commit comments