fix(css): fix decl.moveTo is not a function error in css EE-1744 (#5717)

* fix decl.moveTo is not a function error in css

* Update vendor-override.css
pull/5888/head
Richard Wei 2021-10-13 14:10:37 +13:00 committed by GitHub
parent 3d6c6e2604
commit 158cdf596a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 10 deletions

View File

@ -721,10 +721,6 @@ a[ng-click] {
.multiSelect .multiSelectItem:hover,
.multiSelect .multiSelectGroup:hover {
border-color: var(--grey-3);
}
.multiSelect .multiSelectItem:hover,
.multiSelect .multiSelectGroup:hover {
background-image: var(--bg-image-multiselect) !important;
color: var(--white-color) !important;
}

View File

@ -246,12 +246,6 @@ json-tree .branch-preview {
.pagination > li > span:focus {
background-color: var(--bg-pagination-hover-color);
border-color: var(--border-pagination-hover-color);
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
color: var(--text-pagination-span-hover-color);
}
@ -400,6 +394,7 @@ input:-webkit-autofill {
.btn-danger:hover {
color: var(--white-color);
}
/* Overide Vendor CSS */
.btn.disabled,