Skip to content

Commit 1918147

Browse files
refactor(action-pane): improve styling (openscd#715)
1 parent fa85efc commit 1918147

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/action-pane.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,10 @@ export class ActionPane extends LitElement {
139139
outline-width: 2px;
140140
}
141141
142+
:host(:focus-within) .highlighted {
143+
outline-style: solid;
144+
}
145+
142146
.contrasted {
143147
background-color: var(--mdc-theme-on-primary);
144148
}

0 commit comments

Comments
 (0)