aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--resources/assets/stylesheets/scss/buttons.scss11
1 files changed, 10 insertions, 1 deletions
diff --git a/resources/assets/stylesheets/scss/buttons.scss b/resources/assets/stylesheets/scss/buttons.scss
index acc26f6..4db2731 100644
--- a/resources/assets/stylesheets/scss/buttons.scss
+++ b/resources/assets/stylesheets/scss/buttons.scss
@@ -33,7 +33,16 @@
&.disabled,
&[disabled] {
@media (max-width: ($major-breakpoint-small)) {
- display: none;
+ border: 0;
+ clip: rect(0 0 0 0);
+ clip-path: inset(100%);
+ height: 1px;
+ margin: -1px;
+ overflow: hidden;
+ padding: 0;
+ position: absolute;
+ white-space: nowrap;
+ width: 1px;
}
box-shadow: none;