aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichaela Brückner <brueckner@data-quest.de>2025-12-02 10:18:15 +0100
committerMichaela Brückner <brueckner@data-quest.de>2025-12-02 10:18:15 +0100
commit244a32a644c16582daac1530d4e42671dff26bd9 (patch)
treecc513015ae11a5f1ecc9b7c44758accc0ef1723f
parent6811c16fbd05fb57d506e15ec9077fefda425632 (diff)
re #1378tic-1378
-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;