mirror of
https://github.com/umap-project/umap.git
synced 2025-04-28 19:42:36 +02:00
fix: consistent border radius for edit bar
Co-authored-by: Yohan Boniface <yohanboniface@free.fr>
This commit is contained in:
parent
0451b4a882
commit
e8e06da149
1 changed files with 7 additions and 0 deletions
|
@ -221,6 +221,13 @@
|
|||
}
|
||||
.umap-edit-bar button {
|
||||
padding: 0;
|
||||
border-radius: 0;
|
||||
}
|
||||
.umap-edit-bar li:first-of-type button {
|
||||
border-radius: var(--border-radius) var(--border-radius) 0 0;
|
||||
}
|
||||
.umap-edit-bar li:last-of-type button {
|
||||
border-radius: 0 0 var(--border-radius) var(--border-radius);
|
||||
}
|
||||
.umap-edit-bar hr {
|
||||
padding: 0;
|
||||
|
|
Loading…
Reference in a new issue