Fix Bug 41686
This commit is contained in:
parent
e432b869b5
commit
bb1ed09138
|
@ -513,8 +513,8 @@ define([
|
||||||
});
|
});
|
||||||
|
|
||||||
el.on('mouseout', function(e) {
|
el.on('mouseout', function(e) {
|
||||||
|
me.cmpEl.removeClass('over');
|
||||||
if (!me.disabled) {
|
if (!me.disabled) {
|
||||||
me.cmpEl.removeClass('over');
|
|
||||||
me.trigger('mouseout', me, e);
|
me.trigger('mouseout', me, e);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
|
@ -404,7 +404,7 @@
|
||||||
|
|
||||||
&.split {
|
&.split {
|
||||||
|
|
||||||
&.over,
|
&.over:not(.disabled),
|
||||||
&.open {
|
&.open {
|
||||||
box-shadow: inset 0 0 0 1px @color-gray;
|
box-shadow: inset 0 0 0 1px @color-gray;
|
||||||
|
|
||||||
|
@ -413,7 +413,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&.over {
|
&.over:not(.disabled) {
|
||||||
button {
|
button {
|
||||||
&:not(.active) {
|
&:not(.active) {
|
||||||
&:hover {
|
&:hover {
|
||||||
|
|
Loading…
Reference in a new issue