- added underline for links in tables

- fixed code tabs indents
This commit is contained in:
mortalis 2020-07-25 15:56:50 +02:00
parent efa5decadf
commit f41837208c
3 changed files with 7 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -142,7 +142,7 @@ i {
&.explicit_icon {
color: hsl(3, 100%, 59%);
margin-right: $explicit-separator;
margin-left: -3px;
margin-left: -3px;
&.explicit_icon--right {
margin-left: $explicit-separator;
@ -180,6 +180,10 @@ a {
.clickable {
cursor: pointer !important;
}
.table--tracklist .clickable:hover,
.table--charts .clickable:hover {
text-decoration: underline;
}
.fixed_footer footer {
position: sticky;

View File

@ -9,7 +9,7 @@ $table-border-radius: 3px;
tbody {
tr:not(.table__row-no-highlight):hover {
background: var(--table-highlight);
cursor: default;
cursor: default;
}
}