0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-08 07:50:43 -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.common.data.macros :as dm]
[app.main.store :as st] [app.main.store :as st]
[app.main.ui.components.title-bar :refer [title-bar]] [app.main.ui.components.title-bar :refer [title-bar]]
[app.main.ui.context :as ctx]
[app.main.ui.icons :as i] [app.main.ui.icons :as i]
[app.util.dom :as dom] [app.util.dom :as dom]
[okulary.core :as l] [okulary.core :as l]
[potok.v2.core :as ptk] [potok.v2.core :as ptk]
[rumext.v2 :as mf])) [rumext.v2 :as mf]))
(def current-set-id (def current-set-id
(l/derived :current-set-id st/state)) (l/derived :current-set-id st/state))

View file

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