commit
521f6e80e0
|
@ -31,4 +31,10 @@ if ( !window.fetch ) {
|
|||
return target;
|
||||
};
|
||||
}
|
||||
|
||||
if (typeof Object.getOwnPropertySymbols != 'function') {
|
||||
Object.getOwnPropertySymbols = function(target) {
|
||||
return [];
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
@ -108,7 +108,4 @@ if ( checkLocalStorage ) {
|
|||
document.body.classList.add("content-theme-dark");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// IE 10/11 polyfill
|
||||
!Object.getOwnPropertySymbols && (Object.getOwnPropertySymbols = function (){return[]});
|
||||
}
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
|
@ -109,6 +109,7 @@
|
|||
.btn {
|
||||
&:active {
|
||||
.caret {
|
||||
border-color: @icon-normal-ie;
|
||||
border-color: @icon-normal;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue