Compare commits

..

No commits in common. "88899684ae0f9f57d6cf13d1f20fc71ef2d36cb2" and "be995b33ff8b8df5757ad1dca8cfb9351f1eb087" have entirely different histories.

1 changed files with 3 additions and 7 deletions

View File

@ -84,12 +84,12 @@ const styles = css`
:host(:focus-within),
:host(:focus-visible) {
z-index: calc(${MAX_Z_INDEX} - 1);
outline: none;
outline: solid 1px hsl(214, 84%, 56%);
}
:host(:hover),
:host(:state(highlighted)) {
outline: none;
outline: solid 2px hsl(214, 84%, 56%);
}
:host(:state(move)),
@ -158,11 +158,7 @@ const styles = css`
translate: -100% 0%;
}
:host(:state(move)) :is([part^="resize"], [part^="rotation"]),
:host(:state(resize-top-left)) :is([part^="resize"], [part^="rotation"]),
:host(:state(resize-top-right)) :is([part^="resize"], [part^="rotation"]),
:host(:state(resize-bottom-right)) :is([part^="resize"], [part^="rotation"]),
:host(:state(resize-bottom-left)) :is([part^="resize"], [part^="rotation"]) {
:host(:focus-within) :is([part^="resize"], [part^="rotation"]) {
display: block;
}
`;