Restore code to set state=hover (not sure if actually needed)

Also, fix hover style for textarea
This commit is contained in:
Bryan Housel
2017-08-03 13:32:08 -04:00
parent 6950220ced
commit 216a04d962
3 changed files with 16 additions and 6 deletions
+1
View File
@@ -1146,6 +1146,7 @@ button.save.has-count .count::before {
.inspector-hover .form-field-multicombo,
.inspector-hover .structure-extras-wrap,
.inspector-hover input,
.inspector-hover textarea,
.inspector-hover label {
background: #ececec;
}