mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
MDL-60619 core: fix autocomplete suggestions css for RTL
This commit is contained in:
parent
40f1801c4b
commit
5836baf593
@ -1933,6 +1933,7 @@ dd:after {
|
||||
}
|
||||
|
||||
.inplaceeditable {
|
||||
display: block;
|
||||
&.inplaceeditingon {
|
||||
position: relative;
|
||||
|
||||
|
@ -2257,7 +2257,7 @@ dd:after {
|
||||
}
|
||||
|
||||
.inplaceeditable {
|
||||
|
||||
display: block;
|
||||
&.inplaceeditingon {
|
||||
position: relative;
|
||||
|
||||
|
@ -4674,6 +4674,9 @@ dd:after {
|
||||
.nav-tabs > .active > a[href]:focus {
|
||||
cursor: pointer;
|
||||
}
|
||||
.inplaceeditable {
|
||||
display: block;
|
||||
}
|
||||
.inplaceeditable.inplaceeditingon {
|
||||
position: relative;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user