Compile hook-inverse colours as CSS variables now components don't import the full less theme

This commit is contained in:
Julian Stirling 2026-06-24 17:36:24 +01:00
parent 21d0beedb9
commit 7aab8b742a
4 changed files with 24 additions and 23 deletions

View file

@ -147,13 +147,7 @@ export default {
}
.copy-button:hover {
color: @global-color;
}
.hook-inverse() {
.copy-button:hover {
color: @inverse-global-color;
}
color: var(--themed-global-colour);
}
.copy-button.success {