Make editable-label editable state more obvious

Bug: Issue 6525
Change-Id: I2012a60b242d08aea2bae571ba8fb18ad89abfc0
This commit is contained in:
Kasper Nilsson
2017-06-19 14:21:34 -07:00
parent 87bfdf8e0a
commit 88bd3b1e47

View File

@@ -40,10 +40,8 @@ limitations under the License.
white-space: nowrap;
}
label.editable {
cursor: pointer;
}
label.editable.placeholder {
color: #00f;
cursor: pointer;
text-decoration: underline;
}
</style>