MDL-60765 theme: Make inplace-autocomplete rule more specific
This change was intended to fix an issue with the autocomplete in RTL, but was applied to all inplace-editables.
This commit is contained in:
@@ -2257,7 +2257,6 @@ dd:after {
|
||||
}
|
||||
|
||||
.inplaceeditable {
|
||||
display: block;
|
||||
&.inplaceeditingon {
|
||||
position: relative;
|
||||
|
||||
@@ -2300,6 +2299,10 @@ dd:after {
|
||||
&.inplaceeditable-toggle .quickediticon {
|
||||
display: none;
|
||||
}
|
||||
|
||||
&.inplaceeditable-autocomplete {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
h3.sectionname .inplaceeditable.inplaceeditingon .editinstructions {
|
||||
|
||||
@@ -4674,9 +4674,6 @@ dd:after {
|
||||
.nav-tabs > .active > a[href]:focus {
|
||||
cursor: pointer;
|
||||
}
|
||||
.inplaceeditable {
|
||||
display: block;
|
||||
}
|
||||
.inplaceeditable.inplaceeditingon {
|
||||
position: relative;
|
||||
}
|
||||
@@ -4712,6 +4709,9 @@ dd:after {
|
||||
.inplaceeditable.inplaceeditable-toggle .quickediticon {
|
||||
display: none;
|
||||
}
|
||||
.inplaceeditable.inplaceeditable-autocomplete {
|
||||
display: block;
|
||||
}
|
||||
h3.sectionname .inplaceeditable.inplaceeditingon .editinstructions {
|
||||
margin-top: -20px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user