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:
parent
46c73fe51f
commit
007cf0fb8a
2 changed files with 0 additions and 5 deletions
|
@ -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))
|
||||
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue