16 lines
229 B
SCSS
16 lines
229 B
SCSS
|
vn-td-editable {
|
||
|
cursor: pointer;
|
||
|
& > div.text-container{
|
||
|
width: 100%;
|
||
|
}
|
||
|
|
||
|
&.selected {
|
||
|
& > .text-container{
|
||
|
display: none;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
vn-icon {
|
||
|
font-size: 1em;
|
||
|
}
|
||
|
}
|