Skip to content

Commit 7700f80

Browse files
committed
[#2379] Fix
1 parent 1712e31 commit 7700f80

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/open_inwoner/scss/components/Notification/_Notification.scss

+6
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,12 @@
101101
& &__content {
102102
margin-top: var(--spacing-tiny);
103103

104+
&:focus,
105+
&:focus-visible {
106+
outline: none;
107+
border: none;
108+
}
109+
104110
& * {
105111
margin: 0;
106112
}

0 commit comments

Comments
 (0)