diff options
Diffstat (limited to 'resources')
| -rw-r--r-- | resources/assets/stylesheets/scss/buttons.scss | 11 |
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; |
