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:
parent
308a60515e
commit
6f946b5262
@ -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;
|
||||
|
||||
@ -181,7 +181,3 @@ input.autocomplete {
|
||||
|
||||
/***** Media print specific styles *****/
|
||||
|
||||
/* Accessibility specific styles */
|
||||
.hidden-for-sighted {
|
||||
left:auto; right:-10000px;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user