1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-02-01 03:57:15 +00:00

Integrate accessibility specific RTL styles from rtl.css into application.css using logical properties (#43515).

git-svn-id: https://svn.redmine.org/redmine/trunk@24301 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA 2026-01-12 06:50:24 +00:00
parent 308a60515e
commit 6f946b5262
2 changed files with 1 additions and 5 deletions

View File

@ -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;

View File

@ -181,7 +181,3 @@ input.autocomplete {
/***** Media print specific styles *****/
/* Accessibility specific styles */
.hidden-for-sighted {
left:auto; right:-10000px;
}