Added list functionality to home page, updated column header buttons for list

This commit is contained in:
mgabdev
2019-07-19 00:03:57 -04:00
parent 3ec39ee7c9
commit 94566e0ab4
5 changed files with 107 additions and 16 deletions

View File

@@ -2495,11 +2495,14 @@ a.status-card.compact:hover {
background: transparent;
font: inherit;
text-align: left;
text-overflow: ellipsis;
text-decoration: none;
overflow: hidden;
white-space: nowrap;
&--sub {
font-size: 14px;
padding: 6px 10px;
}
&.grouped {
margin: 6px;
}
@@ -2597,6 +2600,13 @@ a.status-card.compact:hover {
}
.column-header__setting-btn {
&--link {
text-decoration: none;
.fa {
margin-left: 10px;
}
}
&:hover {
color: $darker-text-color;
text-decoration: underline;
@@ -2615,6 +2625,12 @@ a.status-card.compact:hover {
}
}
.column-header__expansion {
overflow-x: scroll;
overflow-y: hidden;
white-space: nowrap;
}
.text-btn {
display: inline-block;
padding: 0;