1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-09-27 16:49:01 +02:00
This commit is contained in:
Pomax
2020-08-04 14:59:56 -07:00
parent a291b753f9
commit 6ddee66a33
27 changed files with 978 additions and 167 deletions

View File

@@ -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; }
`;