diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css index d3fbdbda1..65064693b 100644 --- a/app/assets/stylesheets/application.css +++ b/app/assets/stylesheets/application.css @@ -2293,7 +2293,7 @@ div.news .reaction { /* Accessibility specific styles */ .hidden-for-sighted { position:absolute; - left:-10000px; + inset-inline-start:-10000px; top:auto; width:1px; height:1px; diff --git a/app/assets/stylesheets/rtl.css b/app/assets/stylesheets/rtl.css index ffa32fe0e..963a8b29f 100644 --- a/app/assets/stylesheets/rtl.css +++ b/app/assets/stylesheets/rtl.css @@ -181,7 +181,3 @@ input.autocomplete { /***** Media print specific styles *****/ -/* Accessibility specific styles */ -.hidden-for-sighted { - left:auto; right:-10000px; -}