rustdoc: remove unnecessary CSS kbd { cursor: default }

Added along with theme picker changes in
e78f1392b79779fa184f9a63e7be04ac7074a1c2, 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.
This commit is contained in:
Michael Howell 2022-12-14 10:26:39 -07:00
parent ba64ba8b0d
commit 9e3d847d7b
2 changed files with 0 additions and 2 deletions

View File

@ -1396,7 +1396,6 @@ kbd {
vertical-align: middle;
border: solid 1px var(--border-color);
border-radius: 3px;
cursor: default;
color: var(--kbd--color);
background-color: var(--kbd-background);
box-shadow: inset 0 -1px 0 var(--kbd-box-shadow-color);

View File

@ -27,7 +27,6 @@ define-function: (
"color": |color|,
"background-color": |background|,
"box-shadow": |box_shadow| + " 0px -1px 0px 0px inset",
"cursor": "default",
}, ALL)),
],
)