blob: af36c34a2be1880a56a9fa8ab76b5afb966f54a0 [file] [log] [blame]
////
/// @group layout/hasfocus
////
/// Should include all special focus actions on inputs, panels and captions.
/// @todo apparently just a template and not in use. Might have been replaced by focus.scss
@mixin os-has-focus {
$os-label-focus-color: $v-focus-color;
$os-label-focus-background: $os-focus-color;
.v-panel-os-has-focus .v-panel-captionwrap {
background-color: $os-label-focus-background !important;
}
.v-panel-os-has-focus .v-panel-caption span {
background-color: $os-label-focus-background !important;
color: $os-label-focus-color !important;
}
/*
.v-customcomponent-os-has-focus {
color: red !important;
}
.v-filterselect-os-has-focus {
color: red !important;
}
.v-checkbox-os-has-focus {
color: red !important;
}
.v-datefield-os-has-focus {
color: red !important;
}
*/
.v-caption-os-has-focus {
background-color: $os-label-focus-background !important;
color: $os-label-focus-color !important;
}
.v-button-os-has-focus {
background-color: $os-label-focus-background;
color: $os-label-focus-color !important;
}
}