Open-EO / openeo.org

openeo.org landing page
https://openeo.org
Apache License 2.0
6 stars 16 forks source link

double magnifying glass icon on search #33

Closed soxofaan closed 3 years ago

soxofaan commented 3 years ago

Screenshot from 2021-03-28 16-37-11

m-mohr commented 3 years ago

Hmm, I thought this would be a Vue components issue that applies generally, but I only see this on openeo.org. Interesting, probably a CSS interference between VuePress and vue-components.

m-mohr commented 3 years ago

Fixed.

For consistency I did:

.vue-component.search-box .icon {
    display: none;
}