table component improvement (#13801)

* hyperlink column

* fixed width for image only button - old behavior
This commit is contained in:
Alan Ren
2020-12-14 20:28:43 -08:00
committed by GitHub
parent 1f630b9767
commit ae6494f3e4
25 changed files with 605 additions and 788 deletions

View File

@@ -163,8 +163,7 @@
color: #FFFFFF;
}
.slick-icon-cell-content,
.slick-button-cell-content {
.slick-icon-cell-content {
background-position: 5px center !important;
background-repeat: no-repeat;
background-size: 16px !important;
@@ -175,9 +174,3 @@
display: flex;
align-items: center;
}
.slick-button-cell-content {
cursor: pointer;
border-width: 0px;
padding: 0px;
}