Skip to content

Commit f5fc56c

Browse files
committed
Display: Remove redundant styles for form controls in app.scss
1 parent 055bbd4 commit f5fc56c

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

assets/css/app.scss

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1013,14 +1013,6 @@ img.course-tool__icon {
10131013
margin-top: auto;
10141014
}
10151015

1016-
@layer base {
1017-
.form-control,
1018-
input,
1019-
select,
1020-
textarea {
1021-
@apply focus:outline-0 focus:border-primary focus:rounded-md focus:transition;
1022-
}
1023-
}
10241016
@layer components {
10251017
.form-group:focus-within,
10261018
.field:focus-within,

0 commit comments

Comments
 (0)