0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-06 14:50:20 -05:00

remove comments and unused import

This commit is contained in:
Akshay Gupta 2024-08-13 21:50:55 +05:30
parent 46c73fe51f
commit 007cf0fb8a
No known key found for this signature in database
2 changed files with 0 additions and 5 deletions

View file

@ -4,14 +4,12 @@
[app.common.data.macros :as dm]
[app.main.store :as st]
[app.main.ui.components.title-bar :refer [title-bar]]
[app.main.ui.context :as ctx]
[app.main.ui.icons :as i]
[app.util.dom :as dom]
[okulary.core :as l]
[potok.v2.core :as ptk]
[rumext.v2 :as mf]))
(def current-set-id
(l/derived :current-set-id st/state))

View file

@ -48,9 +48,6 @@
cursor: pointer;
color: var(--layer-row-foreground-color);
padding-left: 20px;
/*&:hover{
box-shadow: 20px 0 0 0 var(--layer-row-background-color-hover);
}*/
}
.set-item-set,