Skip to content
Snippets Groups Projects
Commit ccfd6b78 authored by rhenck's avatar rhenck
Browse files

[editor] Replace border with outline for static elements

This is to not make them move (the amount of pixels the border has) when 
selected.
parent 96af7dec
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ import { UIElement } from '../../../../../../common/models/uI-element';
cdkDropList>
<!-- Needs extra div because styling can interfere with drag and drop-->
<div [style.position]="'absolute'"
[style.border]="isSelected ? '2px solid' : ''"
[style.outline]="isSelected ? 'purple solid 1px' : ''"
[style.left.px]="element.xPosition"
[style.top.px]="element.yPosition"
[style.z-index]="element.zIndex">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment