mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/TemplateData
synced 2024-11-27 17:20:01 +00:00
Give drag handle an increased opacity on hover
Change-Id: Ic7f283b4d20cc8ba35924d4f79be6ba7d3414a78
This commit is contained in:
parent
f11893573a
commit
9dd781c18b
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue