Commit dafc0dc7 authored by Jingqin Lynn's avatar Jingqin Lynn

Change background color on hover on Attribute.

parent 6e66b9a2
......@@ -137,8 +137,9 @@
}
[contenteditable]:active,
[contenteditable]:hover {
background: rgba(255,255,255,0.3);
[contenteditable]:hover,
.attribute.editable:hover {
background-color: rgba(255,255,255,0.3);
}
.image {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment