Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
#30562 @twbs - optimize pointer cursor rulesets following BS v4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
marcop135 committed May 13, 2020
1 parent b53d21f commit 6ece8f8
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions src/scss/forms/_global-normalization.scss
Expand Up @@ -267,17 +267,10 @@ button,
select,
input[type="submit"],
input[type="button"],
input[type="checkbox"],
input[type="range"],
input[type="radio"],

// always show a pointer cursor
// IE9+
// https://caniuse.com/#feat=mdn-css_selectors_not
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
[type="checkbox"],
[type="range"],
[type="radio"],
[role="button"] {
cursor: pointer;
}

Expand Down

0 comments on commit 6ece8f8

Please sign in to comment.