1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-07 23:05:26 +02:00

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
This commit is contained in:
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;
}