Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
students
Today KU
Commits
14156ac9
Commit
14156ac9
authored
Nov 02, 2021
by
Kim, Subin
Browse files
select focus style 변경
parent
229f8a70
Changes
2
Hide whitespace changes
Inline
Side-by-side
client/src/components/Form/StudyPlanEditForm.js
View file @
14156ac9
...
@@ -39,7 +39,7 @@ const StudyPlanEditForm = () => {
...
@@ -39,7 +39,7 @@ const StudyPlanEditForm = () => {
return
(
return
(
<
div
className
=
"
pt-5
"
>
<
div
className
=
"
pt-5
"
>
<
select
className
=
"
form-select mb-4
"
aria
-
label
=
"
Default select example
"
>
<
select
className
=
{
`
form-select mb-4
${
styles
.
selectInput
}
`
}
aria
-
label
=
"
Choose subject
"
>
<
option
selected
>
관련
과목을
선택해주세요
.
<
/option
>
<
option
selected
>
관련
과목을
선택해주세요
.
<
/option
>
<
option
value
=
"
1
"
>
운영체제
<
/option
>
<
option
value
=
"
1
"
>
운영체제
<
/option
>
<
option
value
=
"
2
"
>
네트워크
프로그래밍
및
실습
<
/option
>
<
option
value
=
"
2
"
>
네트워크
프로그래밍
및
실습
<
/option
>
...
...
client/src/components/Form/form.module.scss
View file @
14156ac9
...
@@ -29,6 +29,13 @@
...
@@ -29,6 +29,13 @@
}
}
}
}
.selectInput
{
&
:focus
{
box-shadow
:
none
;
border-color
:
crimson
;
}
}
.textArea
{
.textArea
{
resize
:
none
;
resize
:
none
;
border
:
1px
solid
#000
;
border
:
1px
solid
#000
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment