Merge pull request #1924 from ONLYOFFICE/fix/bugfix

Fix/bugfix
This commit is contained in:
Julia Radzhabova 2022-08-31 16:51:48 +03:00 committed by GitHub
commit 521f6e80e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 15 additions and 4 deletions

View file

@ -31,4 +31,10 @@ if ( !window.fetch ) {
return target;
};
}
if (typeof Object.getOwnPropertySymbols != 'function') {
Object.getOwnPropertySymbols = function(target) {
return [];
};
}
}

View file

@ -108,7 +108,4 @@ if ( checkLocalStorage ) {
document.body.classList.add("content-theme-dark");
}
}
}
// IE 10/11 polyfill
!Object.getOwnPropertySymbols && (Object.getOwnPropertySymbols = function (){return[]});
}

View file

@ -703,6 +703,7 @@
&:active:not(.disabled),
&.active:not(.disabled) {
.caret {
border-color: @icon-normal-ie;
border-color: @icon-normal;
}
}
@ -1021,6 +1022,7 @@
&.active:not(.disabled) {
.caret {
background-position: @arrow-small-offset-x @arrow-small-offset-y;
border-color: @icon-normal-ie;
border-color: @icon-normal;
}
}

View file

@ -51,6 +51,7 @@
&.active, &:active {
.caret {
border-color: @icon-normal-ie;
border-color: @icon-normal;
}
}
@ -68,6 +69,7 @@
}
&.disabled {
opacity: @component-disabled-opacity-ie;
opacity: @component-disabled-opacity;
.dataview.inner {
@ -385,6 +387,7 @@
.item, .menu-picker-container .dataview .group-items-container .item {
padding: 0px;
margin: 2px;
margin: @combo-dataview-item-margins;
.box-shadow(none);

View file

@ -109,6 +109,7 @@
.btn {
&:active {
.caret {
border-color: @icon-normal-ie;
border-color: @icon-normal;
}
}

View file

@ -56,6 +56,7 @@
&:active:not(.disabled),
&.active:not(.disabled){
.caret {
border-color: @icon-normal-ie;
border-color: @icon-normal;
}
}
@ -143,6 +144,7 @@
.caret {
transition: transform .2s;
border-color: @icon-normal-ie;
border-color: @icon-normal;
}