From 244a32a644c16582daac1530d4e42671dff26bd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michaela=20Br=C3=BCckner?= Date: Tue, 2 Dec 2025 10:18:15 +0100 Subject: re #1378 --- resources/assets/stylesheets/scss/buttons.scss | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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; -- cgit v1.0