blob: 927dadf69bb7de2f1f5485d0b18bc5c9201287ac [file] [log] [blame]
@mixin os-has-focus {
$os-label-focus-color: $os-highlight-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;
}
}