mirror of
https://gitee.com/jmix/cuba.git
synced 2024-12-05 04:38:10 +08:00
PL-8090 Fix focus style of DatePicker
This commit is contained in:
parent
9cfd6a5137
commit
6d836e605f
@ -0,0 +1,22 @@
|
||||
/*
|
||||
* Copyright (c) 2008-2016 Haulmont.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*
|
||||
*/
|
||||
|
||||
@mixin halo-datepicker($primary-stylename : v-inline-datefield) {
|
||||
.#{$primary-stylename} .#{$primary-stylename}-calendarpanel-day-focused {
|
||||
border-color: $v-focus-color;
|
||||
}
|
||||
}
|
@ -40,6 +40,7 @@
|
||||
@import "components/textarea/textarea";
|
||||
@import "components/tokenlist/tokenlist";
|
||||
@import "components/datefield/datefield";
|
||||
@import "components/datepicker/datepicker";
|
||||
@import "components/grouptable/grouptable";
|
||||
@import "components/fieldgroup/fieldgroup";
|
||||
@import "components/splitpanel/splitpanel";
|
||||
@ -104,6 +105,7 @@
|
||||
@include halo-checkbox;
|
||||
@include halo-tabsheet;
|
||||
@include halo-datefield;
|
||||
@include halo-datepicker;
|
||||
@include halo-splitpanel;
|
||||
@include halo-scrollbox;
|
||||
@include halo-twincolumn;
|
||||
|
Loading…
Reference in New Issue
Block a user