fix: 30 design issues

Signed-off-by: Luka Trovic <luka@nextcloud.com>
This commit is contained in:
Luka Trovic
2024-08-21 14:16:20 +02:00
committed by Julius Härtl
parent e647faf31c
commit a4f2a99776
4 changed files with 20 additions and 3 deletions

View File

@@ -350,4 +350,10 @@ export default {
.forced-active {
box-shadow: inset 4px 0 var(--color-primary-element);
}
:deep(.active) {
.material-design-icon svg {
fill: var(--color-primary-element-text);
}
}
</style>