File tree Expand file tree Collapse file tree 3 files changed +11
-4
lines changed
Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 1616
1717 & .filled
1818 background-color : $color-main
19- & :focus , & :hover
19+ & :focus
2020 outline : none
21+ border : 1px solid $color-white
2122 background-color : $color-black
2223 cursor : text
24+ & :hover
25+ background-color : $color-black
2326 & .error
2427 border : 1px solid $color-semantic100
2528 cursor : text
Original file line number Diff line number Diff line change @@ -93,7 +93,11 @@ const ThemeInfoHint: React.FC<ThemeDrawerProps> = ({ handleHintCreate }) => {
9393 < div className = "table-rate" >
9494 < span > 진행률</ span >
9595 </ div >
96- < div className = "table-hint" >
96+ < div
97+ className = { classNames ( "table-hint" , {
98+ "drawer-open" : drawer . isOpen ,
99+ } ) }
100+ >
97101 < span > 힌트 내용</ span >
98102 </ div >
99103 < div className = "table-answer" >
Original file line number Diff line number Diff line change 338338 visibility : hidden
339339.drawer-image-box
340340 width : 100%
341- min-height : 299 px
342- padding : 20px 0
341+ min-height : 229 px
342+ padding : 20px
343343 border-radius : 8px
344344 background-color : $color-white5
345345 display : flex
You can’t perform that action at this time.
0 commit comments