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