aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scss/_close.scss15
1 files changed, 8 insertions, 7 deletions
diff --git a/scss/_close.scss b/scss/_close.scss
index 871cb08fd..a0dd1e2af 100644
--- a/scss/_close.scss
+++ b/scss/_close.scss
@@ -7,14 +7,15 @@
text-shadow: $close-text-shadow;
opacity: .5;
- @include hover-focus {
- color: $close-color;
- text-decoration: none;
- opacity: .75;
- }
-
- // Opinionated: add "hand" cursor to non-disabled .close elements
&:not(:disabled):not(.disabled) {
+
+ @include hover-focus {
+ color: $close-color;
+ text-decoration: none;
+ opacity: .75;
+ }
+
+ // Opinionated: add "hand" cursor to non-disabled .close elements
cursor: pointer;
}
}