- added underline for links in tables
- fixed code tabs indents
This commit is contained in:
parent
efa5decadf
commit
f41837208c
File diff suppressed because one or more lines are too long
@ -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;
|
||||
|
@ -9,7 +9,7 @@ $table-border-radius: 3px;
|
||||
tbody {
|
||||
tr:not(.table__row-no-highlight):hover {
|
||||
background: var(--table-highlight);
|
||||
cursor: default;
|
||||
cursor: default;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user