Skip to content

Commit dfe4573

Browse files
committed
fix: fixed lack of contrast on the toolbar buttons - A11Y
1 parent b5afba8 commit dfe4573

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/theme/extras/_toolbar.scss

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,15 @@
55
max-width: 220px;
66
margin: 0 auto;
77
}
8+
9+
//VOLTO TODO
10+
//start
11+
.toolbar {
12+
.toolbar-body {
13+
.button > .icon:not(.button) {
14+
opacity: 1;
15+
}
16+
}
17+
}
18+
//end
819
}

0 commit comments

Comments
 (0)