merge 2207
This commit is contained in:
@ -28,8 +28,8 @@
|
||||
|
||||
.v-slide-group__content {
|
||||
border-bottom: 1px solid map-deep-get($config,
|
||||
#{$theme},
|
||||
"v-tabs-items-border-color"
|
||||
#{$theme},
|
||||
"v-tabs-items-border-color"
|
||||
);
|
||||
}
|
||||
|
||||
@ -68,11 +68,11 @@
|
||||
}
|
||||
|
||||
&:hover {
|
||||
color: map-deep-get(
|
||||
color: map-deep-get(
|
||||
$config,
|
||||
#{$theme},
|
||||
"v-tabs-hover-color"
|
||||
) !important
|
||||
) !important;
|
||||
}
|
||||
|
||||
&:not(.v-tab--active){
|
||||
|
@ -120,7 +120,7 @@ $config: (
|
||||
v-tabs-active-border-color: rgba(255, 255, 255, 0.7),
|
||||
v-dialog-card-text-color: #fff,
|
||||
tui-datepicker-backgroundColor: #0d0f17,
|
||||
tui-datepicker-border-color: rgb(66, 66, 66),
|
||||
tui-datepicker-border-color: rgba(255, 255, 255, 0.3),
|
||||
tui-datepicker-selectable-hover-color: #2d3355,
|
||||
tui-datepicker-selected-color: #1a4e87,
|
||||
tui-datepicker-calendar-color: #fff,
|
||||
@ -252,7 +252,7 @@ $config: (
|
||||
v-tabs-hover-color: #1677FF,
|
||||
v-dialog-card-text-color: #111,
|
||||
tui-datepicker-backgroundColor: #fff,
|
||||
tui-datepicker-border-color: #D9D9D9,
|
||||
tui-datepicker-border-color: #b4b8c9,
|
||||
tui-datepicker-selectable-hover-color: #e1e7f3,
|
||||
tui-datepicker-selected-color: #4777d9,
|
||||
tui-datepicker-calendar-color: #111,
|
||||
|
Reference in New Issue
Block a user