MDL-60619 core: fix autocomplete suggestions css for RTL

This commit is contained in:
Jake Dallimore 2017-10-30 14:32:27 +08:00
parent 40f1801c4b
commit 5836baf593
3 changed files with 5 additions and 1 deletions

View File

@ -1933,6 +1933,7 @@ dd:after {
}
.inplaceeditable {
display: block;
&.inplaceeditingon {
position: relative;

View File

@ -2257,7 +2257,7 @@ dd:after {
}
.inplaceeditable {
display: block;
&.inplaceeditingon {
position: relative;

View File

@ -4674,6 +4674,9 @@ dd:after {
.nav-tabs > .active > a[href]:focus {
cursor: pointer;
}
.inplaceeditable {
display: block;
}
.inplaceeditable.inplaceeditingon {
position: relative;
}