Fix Bug 41686

This commit is contained in:
Julia Radzhabova 2019-05-24 12:58:06 +03:00
parent e432b869b5
commit bb1ed09138
2 changed files with 3 additions and 3 deletions

View file

@ -513,8 +513,8 @@ define([
});
el.on('mouseout', function(e) {
me.cmpEl.removeClass('over');
if (!me.disabled) {
me.cmpEl.removeClass('over');
me.trigger('mouseout', me, e);
}
});

View file

@ -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 {