Skip to content

Commit

Permalink
[#724][3.0] Tabs 컴포넌트 개발
Browse files Browse the repository at this point in the history
###############################
- 테마별 스타일 변경
- 불필요한 코드 제거
  • Loading branch information
kdeun1 committed Dec 3, 2020
1 parent 4092ec2 commit 2ff3404
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/components/datePicker/DatePicker.vue
Original file line number Diff line number Diff line change
Expand Up @@ -226,12 +226,6 @@ export default {
width: 100%;
min-height: $select-height;
&.disabled {
background-color: #F5F7FA;
border-color: #E4E7ED;
color: #C0C4CC;
}
@import '../../style/components/input.scss';
.ev-input {
$calendar-icon-width: 30px;
Expand All @@ -245,6 +239,12 @@ export default {
}
}
@include state('disabled') {
.ev-input {
cursor: not-allowed;
}
}
.ev-input-suffix {
display: flex;
position: absolute;
Expand Down

0 comments on commit 2ff3404

Please sign in to comment.