- track selection on row click (js)

- left margin alignment for 'explicit' icon (css)
- softer alt colors in table (light theme) (css)
- more visible download icon hover color (css)
This commit is contained in:
mortalis
2020-07-25 15:22:16 +02:00
parent d70d90548c
commit eb483b813f
6 changed files with 21 additions and 9 deletions

View File

@@ -142,6 +142,7 @@ i {
&.explicit_icon {
color: hsl(3, 100%, 59%);
margin-right: $explicit-separator;
margin-left: -3px;
&.explicit_icon--right {
margin-left: $explicit-separator;

View File

@@ -9,6 +9,7 @@ $table-border-radius: 3px;
tbody {
tr:not(.table__row-no-highlight):hover {
background: var(--table-highlight);
cursor: default;
}
}
@@ -199,7 +200,7 @@ $table-border-radius: 3px;
&:hover {
i.material-icons {
color: var(--table-bg);
color: var(--icon-hover);
}
}
}