Give drag handle an increased opacity on hover

Change-Id: Ic7f283b4d20cc8ba35924d4f79be6ba7d3414a78
This commit is contained in:
Ed Sanders 2016-02-22 10:55:53 +00:00 committed by James D. Forrester
parent f11893573a
commit 9dd781c18b

View file

@ -32,6 +32,11 @@
opacity: 0.2;
}
/* Hover events sometimes fire while dragging, so limit to highlighted widgets */
.tdg-templateDataParamWidget.oo-ui-optionWidget-highlighted .oo-ui-iconElement-icon:hover {
opacity: 0.5;
}
.tdg-templateDataParamWidget-param-name,
.tdg-templateDataParamWidget-param-aliases,
.tdg-templateDataParamWidget-param-description {