Skip to content
Snippets Groups Projects
Commit da027186 authored by Thilo Wischmeyer's avatar Thilo Wischmeyer Committed by Thilo Wischmeyer
Browse files

Restored normal letter spacing on top bar buttons

parent 8ced49fa
No related branches found
No related tags found
1 merge request!247Resolve "Update Vuetify"
......@@ -100,7 +100,6 @@
<v-btn
id="user-options"
text
style="text-transform: none"
v-on="on"
>
<v-icon left>
......@@ -191,4 +190,9 @@ export default {
.grady-toolbar > div {
padding-right: 0;
}
.grady-toolbar .v-btn {
letter-spacing: initial;
text-transform: none;
}
</style>
......@@ -9,7 +9,6 @@
:icon="!corrected"
:text="!corrected"
:color="corrected ? 'success' : undefined"
style="text-transform: none;"
v-on="{ ...tooltip, ...menu }"
>
<v-icon :left="corrected">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment