clean up console logs and empty css rule

pull/1671/head
Joseph Izang 3 years ago
parent 214f3a5a66
commit 7cf43423eb
  1. 1
      libs/remix-ui/vertical-icons-panel/src/lib/components/Icon.tsx
  2. 4
      libs/remix-ui/vertical-icons-panel/src/lib/remix-ui-vertical-icons-panel.css

@ -81,7 +81,6 @@ function Icon ({
setShowContext(true) setShowContext(true)
} }
function closeContextMenu () { function closeContextMenu () {
console.log('watch me!!!')
setShowContext(false) setShowContext(false)
} }

@ -118,10 +118,6 @@
flex-grow: 1; flex-grow: 1;
} }
.remixui_iconContainer {
}
#menuitems { #menuitems {
list-style: none; list-style: none;
margin: 0px; margin: 0px;

Loading…
Cancel
Save