mirror of
https://github.com/penpot/penpot.git
synced 2025-03-12 07:41:43 -05:00
Change library icon
This commit is contained in:
parent
b57c20ebb6
commit
dcd7e0b3cc
3 changed files with 4 additions and 6 deletions
|
@ -57,8 +57,6 @@
|
||||||
|
|
||||||
.shared-badge {
|
.shared-badge {
|
||||||
margin-left: $x-small;
|
margin-left: $x-small;
|
||||||
border: 1px solid $color-gray-20;
|
|
||||||
border-radius: 4px;
|
|
||||||
height: 16px;
|
height: 16px;
|
||||||
width: 16px;
|
width: 16px;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
@ -67,8 +65,8 @@
|
||||||
|
|
||||||
svg {
|
svg {
|
||||||
fill: $color-gray-20;
|
fill: $color-gray-20;
|
||||||
height: 8px;
|
height: 12px;
|
||||||
width: 8px;
|
width: 12px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -131,7 +131,7 @@
|
||||||
[:li
|
[:li
|
||||||
{:on-click #(st/emit! (rt/nav :dashboard-libraries {:team-id team-id}))
|
{:on-click #(st/emit! (rt/nav :dashboard-libraries {:team-id team-id}))
|
||||||
:class-name (when libraries? "current")}
|
:class-name (when libraries? "current")}
|
||||||
i/icon-set
|
i/library
|
||||||
[:span.element-title (t locale "dashboard.sidebar.libraries")]]]
|
[:span.element-title (t locale "dashboard.sidebar.libraries")]]]
|
||||||
|
|
||||||
[:div.projects-row
|
[:div.projects-row
|
||||||
|
|
|
@ -104,7 +104,7 @@
|
||||||
{:alt (t locale "workspace.toolbar.assets")
|
{:alt (t locale "workspace.toolbar.assets")
|
||||||
:class (when (contains? layout :assets) "selected")
|
:class (when (contains? layout :assets) "selected")
|
||||||
:on-click #(st/emit! (dw/toggle-layout-flags :assets))}
|
:on-click #(st/emit! (dw/toggle-layout-flags :assets))}
|
||||||
i/icon-set]
|
i/library]
|
||||||
[:li.tooltip.tooltip-right
|
[:li.tooltip.tooltip-right
|
||||||
{:alt "History"}
|
{:alt "History"}
|
||||||
i/undo-history]
|
i/undo-history]
|
||||||
|
|
Loading…
Add table
Reference in a new issue