diff options
| author | Mark Otto <[email protected]> | 2017-01-23 22:15:28 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-01-23 22:15:28 -0800 |
| commit | 02e0fdbd52df6ad00fe2c8ba2bb10a7f0a62f021 (patch) | |
| tree | 4266949f341e53f8173c7bc83651da19aee092d5 /scss/_close.scss | |
| parent | 104477af17a7657f7df556fff3f448cd2d2a82fa (diff) | |
| download | bootstrap-02e0fdbd52df6ad00fe2c8ba2bb10a7f0a62f021.tar.xz bootstrap-02e0fdbd52df6ad00fe2c8ba2bb10a7f0a62f021.zip | |
Remove `cursor: pointer;` (#21812)
* Remove most of custom cursor: pointer; implementations
* turns out that's not so much of a thing
Diffstat (limited to 'scss/_close.scss')
| -rw-r--r-- | scss/_close.scss | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scss/_close.scss b/scss/_close.scss index 859990e31..f18149051 100644 --- a/scss/_close.scss +++ b/scss/_close.scss @@ -10,7 +10,6 @@ @include hover-focus { color: $close-color; text-decoration: none; - cursor: pointer; opacity: .75; } } @@ -23,7 +22,6 @@ // scss-lint:disable QualifyingElement button.close { padding: 0; - cursor: pointer; background: transparent; border: 0; -webkit-appearance: none; |
