blob: 568c99a3379c7b98ab1268e82594a8db7897b7e5 [file] [log] [blame]
@mixin os-caption-focus {
color: $os-highlight-color;
border-bottom-color: $os-highlight-color;
}
@mixin os-panel-focus{
border-color: $os-highlight-color;
}
@mixin test {
/* --- TESTS bzgl. HAS FOCUS ... */
.v-panel-os-has-focus .v-panel-captionwrap {
background-color: yellow !important;
}
.v-panel-os-has-focus .v-panel-caption span {
background-color: yellow !important;
color: red !important;
}
.v-textfield-os-has-focus {
color: red !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: yellow !important;
color: red !important;
}
.v-button-os-has-focus {
background-color: yellow !important;
color: red !important;
}
}