mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 09:22:34 +00:00
Update AppConfigurator.vue
This commit is contained in:
parent
3d3d65c2b4
commit
2a07cd7130
1 changed files with 0 additions and 2 deletions
|
@ -454,8 +454,6 @@ export default {
|
||||||
this.primaryFocusRing = value;
|
this.primaryFocusRing = value;
|
||||||
let root = document.documentElement;
|
let root = document.documentElement;
|
||||||
|
|
||||||
console.log('x');
|
|
||||||
|
|
||||||
if (value) {
|
if (value) {
|
||||||
if (this.$appState.darkTheme) root.style.setProperty('--p-focus-ring-color', 'var(--primary-500)');
|
if (this.$appState.darkTheme) root.style.setProperty('--p-focus-ring-color', 'var(--primary-500)');
|
||||||
else root.style.setProperty('--p-focus-ring-color', 'var(--primary-500)');
|
else root.style.setProperty('--p-focus-ring-color', 'var(--primary-500)');
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue