fix: tooltip css, create tab translation, other small css bugs

This commit is contained in:
David Ralph
2021-08-15 16:08:16 +01:00
parent 9a8a360e21
commit 16485c3d2c
3 changed files with 3 additions and 3 deletions

View File

@@ -20,7 +20,7 @@
cursor: initial;
user-select: none;
opacity: 0;
transition: opacity 0.8s;
transition: 0.2s;
}
&:hover {

View File

@@ -252,7 +252,7 @@ li {
display: inline-flex;
&:hover {
color: rgb(165, 165, 165);
color: grey;
background: none;
}

View File

@@ -11,7 +11,7 @@ export default function Addons() {
<Tabs>
<div label={addons.added} name='added'><Added/></div>
<div label={addons.sideload} name='sideload'><Sideload/></div>
<div label='Create' name='create'><Create/></div>
<div label={addons.create.title} name='create'><Create/></div>
</Tabs>
);
}