PL-8090 Fix focus style of DatePicker

This commit is contained in:
Nikita Petunin 2016-10-26 22:20:56 +04:00
parent 9cfd6a5137
commit 6d836e605f
2 changed files with 24 additions and 0 deletions

View File

@ -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;
}
}

View File

@ -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;