Merge branch 'master' of https://github.com/SVG-Edit/svgedit into issues/631

This commit is contained in:
agriyadev5
2021-09-21 14:17:27 +05:30
30 changed files with 301 additions and 352 deletions

View File

@@ -12,7 +12,11 @@ elix-dropdown-list:hover {
background-color: var(--icon-bg-color-hover);
}
::part(popup-toggle) {
elix-dropdown-list::part(value) {
background-color: var(--main-bg-color);
}
elix-dropdown-list::part(popup-toggle) {
display: none;
}
::slotted(*) {