Merge pull request #1371 from umap-project/css-quick-fix

Hide the next icon in buttons’ sprites
This commit is contained in:
Yohan Boniface 2023-10-16 23:46:18 +02:00 committed by GitHub
commit 7bf0663623
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -450,7 +450,7 @@ i.info {
.umap-clone:before, .umap-edit:before, .umap-download:before, .umap-clone:before, .umap-edit:before, .umap-download:before,
.umap-to-polyline:before { .umap-to-polyline:before {
background-repeat: no-repeat; background-repeat: no-repeat;
text-indent: 38px; text-indent: 36px;
height: 24px; height: 24px;
line-height: 24px; line-height: 24px;
display: inline-block; display: inline-block;