mirror of
https://github.com/penpot/penpot.git
synced 2025-08-02 00:58:27 +02:00
Add the ability to rename layer.
This commit is contained in:
parent
063e82c4a9
commit
6f92604d87
2 changed files with 143 additions and 124 deletions
|
@ -178,7 +178,11 @@
|
|||
|
||||
}
|
||||
|
||||
span {
|
||||
span.element-name {
|
||||
min-width: 40px;
|
||||
min-height: 16px;
|
||||
display: block;
|
||||
|
||||
color: $medium-ui-text;
|
||||
font-size: $fs13;
|
||||
overflow-x: hidden;
|
||||
|
@ -186,6 +190,14 @@
|
|||
white-space: nowrap;
|
||||
}
|
||||
|
||||
input.element-name {
|
||||
margin: 0px;
|
||||
border: 1px solid #eee;
|
||||
padding: 3px;
|
||||
font-size: $fs13;
|
||||
width: 120px;
|
||||
}
|
||||
|
||||
&.selected {
|
||||
|
||||
.element-icon {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue