Make download panel dropdown button unselectable

Avoid ugly selection colors when people double-click the dropdown
button.
(Why would people double-click the dropdown button? Not sure, but
I did, so...)

Change-Id: If505c7b62ca501a492aa7f85d2f6c92790ecd6dd
This commit is contained in:
Gergő Tisza 2014-07-01 00:42:10 +00:00
parent e25cb01a75
commit f669763ea2

View file

@ -1,3 +1,5 @@
@import "../mmv.mixins";
@mw-ui-constructive-button-color: #00af89;
@pane-padding: 10px;
@attribution-color: #f2f2f2;
@ -23,6 +25,7 @@
/* Selection size arrow element */
.mw-mmv-download-select-menu {
.unselectable();
background-position: center center;
background-repeat: no-repeat;
background-color: @mw-ui-constructive-button-color;