Started custom theming through LESS
This commit is contained in:
parent
2357223aee
commit
c002ceccbd
2 changed files with 43 additions and 352 deletions
|
|
@ -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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue