Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markd.otto@gmail.com>2017-01-24 09:15:28 +0300
committerGitHub <noreply@github.com>2017-01-24 09:15:28 +0300
commit02e0fdbd52df6ad00fe2c8ba2bb10a7f0a62f021 (patch)
tree4266949f341e53f8173c7bc83651da19aee092d5 /scss/_close.scss
parent104477af17a7657f7df556fff3f448cd2d2a82fa (diff)
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.scss2
1 files changed, 0 insertions, 2 deletions
diff --git a/scss/_close.scss b/scss/_close.scss
index 859990e310..f181490514 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;