mirror of
https://github.com/mue/mue.git
synced 2026-07-19 15:04:11 +02:00
fix: tooltip css, create tab translation, other small css bugs
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
cursor: initial;
|
||||
user-select: none;
|
||||
opacity: 0;
|
||||
transition: opacity 0.8s;
|
||||
transition: 0.2s;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
|
||||
@@ -252,7 +252,7 @@ li {
|
||||
display: inline-flex;
|
||||
|
||||
&:hover {
|
||||
color: rgb(165, 165, 165);
|
||||
color: grey;
|
||||
background: none;
|
||||
}
|
||||
|
||||
|
||||
@@ -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>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user