Added ellipse tool setup

This commit is contained in:
Nicola
2022-01-22 16:02:10 +01:00
parent 6900ecb0c0
commit 832f36992b
9 changed files with 168 additions and 179 deletions

View File

@@ -28,12 +28,14 @@
z-index:0;
}
#tools-menu li button path {
#tools-menu li button path, #tools-menu li button ellipse {
fill: $baseicon;
stroke: $baseicon;
}
#tools-menu li:hover button:first-child path {
#tools-menu li:hover button:first-child path, #tools-menu li:hover button:first-child ellipse {
fill: $basehovericon;
stroke: $basehovericon;
}
@@ -41,7 +43,7 @@
background: $baseselected !important;
}
#tools-menu li.selected button:first-child path {
#tools-menu li.selected button:first-child path, #tools-menu li.selected button:first-child ellipse {
fill: $baseselectedicon;
}