mirror of
https://github.com/Pomax/BezierInfo-2.git
synced 2025-09-27 16:49:01 +02:00
movables
This commit is contained in:
@@ -35,7 +35,7 @@ class GraphicsElement extends CustomElement {
|
||||
:host style { display: none; }
|
||||
:host canvas { display: block; margin: auto; border-radius: 0; }
|
||||
:host canvas:focus { ${
|
||||
this.getAttribute(`focus-css`) || `border: 1px solid red !important;`
|
||||
this.getAttribute(`focus-css`) || `border: 1px solid red !important; margin: -1px; `
|
||||
} }
|
||||
:host label { display: block; font-style:italic; font-size: 0.9em; text-align: right; }
|
||||
`;
|
||||
|
Reference in New Issue
Block a user