Skip to content

Commit 1c85fef

Browse files
committed
PM-692
1 parent d2d2a07 commit 1c85fef

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/components/ProjectForm/ProjectForm.module.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
form {
33
width: 100%;
44

5+
.description:focus {
6+
outline-color: $light-blue;
7+
outline-width: 1px;
8+
outline-style: solid;
9+
outline-offset: -1px;
10+
}
511
.group {
612
@include form-container-default();
713
@include form-container-common();

0 commit comments

Comments
 (0)