mirror of
https://github.com/penpot/penpot.git
synced 2025-08-04 08:58:43 +02:00
✨ Improvements over cursor rendering
This commit is contained in:
parent
00ca9755be
commit
385c7274a3
4 changed files with 18 additions and 11 deletions
|
@ -130,14 +130,11 @@
|
|||
grid-template-columns: 20px 1fr;
|
||||
|
||||
.viewport {
|
||||
cursor: var(--cursor);
|
||||
grid-column: 1 / span 2;
|
||||
grid-row: 1 / span 2;
|
||||
overflow: hidden;
|
||||
|
||||
&.drawing {
|
||||
cursor: cell;
|
||||
}
|
||||
|
||||
rect.selection-rect {
|
||||
fill: rgba(235, 215, 92, 0.1);
|
||||
stroke: #000000;
|
||||
|
|
|
@ -23,7 +23,8 @@
|
|||
|
||||
</head>
|
||||
<body>
|
||||
{{>../public/images/sprites/symbol/svg/sprite.symbol.svg}}
|
||||
{{>../public/images/sprites/symbol/icons.svg}}
|
||||
{{>../public/images/sprites/symbol/cursors.svg}}
|
||||
<section id="app" tabindex="1"></section>
|
||||
<section id="modal"></section>
|
||||
{{# manifest}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue