refactor(frontend): prefix css variables (#14725)
* wip * Update index.d.ts * remove unnecessary codes
This commit is contained in:
		| @@ -268,7 +268,7 @@ definePageMetadata(() => ({ | ||||
| 				} | ||||
|  | ||||
| 				&.active { | ||||
| 					box-shadow: 0 0 0 2px var(--divider) inset; | ||||
| 					box-shadow: 0 0 0 2px var(--MI_THEME-divider) inset; | ||||
| 				} | ||||
|  | ||||
| 				&.rounded { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 syuilo
					syuilo