added predefined mime types list and other minor ui improvements

This commit is contained in:
Gani Georgiev
2023-01-24 20:58:24 +02:00
parent e5477961ad
commit ecfae2e5c9
53 changed files with 554 additions and 343 deletions
+4 -4
View File
@@ -55,16 +55,16 @@
}
// states
&:focus-visible,
&:hover {
&.selected {
background: var(--baseAlt1Color);
}
&.selected {
&:focus-visible,
&:hover {
background: var(--baseAlt2Color);
}
&:active {
transition-duration: var(--activeAnimationSpeed);
background: var(--baseAlt2Color);
background: var(--baseAlt3Color);
}
&.disabled {
color: var(--txtDisabledColor);