mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-06-04 08:54:33 +08:00
Rolled out use of seperate link color style
This commit is contained in:
@ -3,6 +3,7 @@ import {Component} from "./component";
|
||||
export class SettingAppColorPicker extends Component {
|
||||
|
||||
setup() {
|
||||
// TODO
|
||||
this.colorInput = this.$refs.input;
|
||||
this.lightColorInput = this.$refs.lightInput;
|
||||
|
||||
|
@ -42,6 +42,8 @@ export class Tabs extends Component {
|
||||
const selected = tabSection === sectionId;
|
||||
tab.setAttribute('aria-selected', selected ? 'true' : 'false');
|
||||
}
|
||||
|
||||
this.$emit('change', {section: sectionId});
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user