Started custom theming through LESS

This commit is contained in:
Joel Collins 2019-06-10 17:02:35 +01:00
parent 2357223aee
commit c002ceccbd
2 changed files with 43 additions and 352 deletions

View file

@ -28,7 +28,7 @@ export default {
computed: {
tooltipOptions: function () {
return `pos: right; title: ${this.name}`
return `pos: right; title: ${this.name}; delay: 500`
},
classObject: function () {
@ -48,6 +48,13 @@ export default {
@import "../assets/less/theme.less";
.tabicon-active {
color: @global-button-background !important;
color: @global-primary-background !important;
}
.hook-inverse() {
.tabicon-active {
color: @inverse-primary-muted-color !important;
}
}
</style>