Skip to content

Commit

Permalink
Updated component to version 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Semantic-Pusher-Robot committed Oct 6, 2022
1 parent 46f46d7 commit 6cc2dee
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 57 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"authors": [{
"name": "Jack Lukic",
"email": "jacklukic@gmail.com",
"web": "http://www.jacklukic.com",
"homepage": "http://www.jacklukic.com",
"role": "Creator"
}],
"keywords": ["semantic", "ui", "css", "framework"],
"license": "MIT",
"version": "2.4.1"
"version": "2.5.0"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "semantic-ui-table",
"version": "2.4.1",
"version": "2.5.0",
"title": "Semantic UI - Table",
"description": "Single component release of table",
"homepage": "http://www.semantic-ui.com",
Expand Down
76 changes: 24 additions & 52 deletions table.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* # Semantic UI 2.4.1 - Table
* # Semantic UI 2.5.0 - Table
* http://github.com/semantic-org/semantic-ui/
*
*
Expand All @@ -20,8 +20,7 @@
background: #FFFFFF;
margin: 1em 0em;
border: 1px solid rgba(34, 36, 38, 0.15);
-webkit-box-shadow: none;
box-shadow: none;
box-shadow: none;
border-radius: 0.28571429rem;
text-align: left;
color: rgba(0, 0, 0, 0.87);
Expand All @@ -44,14 +43,12 @@
/* Table Content */
.ui.table th,
.ui.table td {
-webkit-transition: background 0.1s ease, color 0.1s ease;
transition: background 0.1s ease, color 0.1s ease;
}

/* Headers */
.ui.table thead {
-webkit-box-shadow: none;
box-shadow: none;
box-shadow: none;
}
.ui.table thead th {
cursor: auto;
Expand Down Expand Up @@ -81,8 +78,7 @@

/* Footer */
.ui.table tfoot {
-webkit-box-shadow: none;
box-shadow: none;
box-shadow: none;
}
.ui.table tfoot th {
cursor: auto;
Expand Down Expand Up @@ -171,16 +167,14 @@
.ui.table:not(.unstackable) tr {
padding-top: 1em;
padding-bottom: 1em;
-webkit-box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.1) inset !important;
box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.1) inset !important;
box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.1) inset !important;
}
.ui.table:not(.unstackable) tr > th,
.ui.table:not(.unstackable) tr > td {
background: none;
border: none !important;
padding: 0.25em 0.75em !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
box-shadow: none !important;
}
.ui.table:not(.unstackable) th:first-child,
.ui.table:not(.unstackable) td:first-child {
Expand All @@ -189,8 +183,7 @@

/* Definition Table */
.ui.definition.table:not(.unstackable) thead th:first-child {
-webkit-box-shadow: none !important;
box-shadow: none !important;
box-shadow: none !important;
}
}

Expand Down Expand Up @@ -248,26 +241,22 @@
background: transparent;
font-weight: normal;
color: rgba(0, 0, 0, 0.4);
-webkit-box-shadow: -1px -1px 0px 1px #FFFFFF;
box-shadow: -1px -1px 0px 1px #FFFFFF;
box-shadow: -1px -1px 0px 1px #FFFFFF;
}
.ui.definition.table tfoot:not(.full-width) th:first-child {
pointer-events: none;
background: transparent;
font-weight: rgba(0, 0, 0, 0.4);
color: normal;
-webkit-box-shadow: 1px 1px 0px 1px #FFFFFF;
box-shadow: 1px 1px 0px 1px #FFFFFF;
box-shadow: 1px 1px 0px 1px #FFFFFF;
}

/* Remove Border */
.ui.celled.definition.table thead:not(.full-width) th:first-child {
-webkit-box-shadow: 0px -1px 0px 1px #FFFFFF;
box-shadow: 0px -1px 0px 1px #FFFFFF;
box-shadow: 0px -1px 0px 1px #FFFFFF;
}
.ui.celled.definition.table tfoot:not(.full-width) th:first-child {
-webkit-box-shadow: 0px 1px 0px 1px #FFFFFF;
box-shadow: 0px 1px 0px 1px #FFFFFF;
box-shadow: 0px 1px 0px 1px #FFFFFF;
}

/* Highlight Defining Column */
Expand All @@ -277,8 +266,7 @@
font-weight: bold;
color: rgba(0, 0, 0, 0.95);
text-transform: '';
-webkit-box-shadow: '';
box-shadow: '';
box-shadow: '';
text-align: '';
font-size: 1em;
padding-left: '';
Expand Down Expand Up @@ -308,8 +296,7 @@

.ui.table tr.positive,
.ui.table td.positive {
-webkit-box-shadow: 0px 0px 0px #A3C293 inset;
box-shadow: 0px 0px 0px #A3C293 inset;
box-shadow: 0px 0px 0px #A3C293 inset;
}
.ui.table tr.positive,
.ui.table td.positive {
Expand All @@ -323,8 +310,7 @@

.ui.table tr.negative,
.ui.table td.negative {
-webkit-box-shadow: 0px 0px 0px #E0B4B4 inset;
box-shadow: 0px 0px 0px #E0B4B4 inset;
box-shadow: 0px 0px 0px #E0B4B4 inset;
}
.ui.table tr.negative,
.ui.table td.negative {
Expand All @@ -338,8 +324,7 @@

.ui.table tr.error,
.ui.table td.error {
-webkit-box-shadow: 0px 0px 0px #E0B4B4 inset;
box-shadow: 0px 0px 0px #E0B4B4 inset;
box-shadow: 0px 0px 0px #E0B4B4 inset;
}
.ui.table tr.error,
.ui.table td.error {
Expand All @@ -353,8 +338,7 @@

.ui.table tr.warning,
.ui.table td.warning {
-webkit-box-shadow: 0px 0px 0px #C9BA9B inset;
box-shadow: 0px 0px 0px #C9BA9B inset;
box-shadow: 0px 0px 0px #C9BA9B inset;
}
.ui.table tr.warning,
.ui.table td.warning {
Expand All @@ -368,8 +352,7 @@

.ui.table tr.active,
.ui.table td.active {
-webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.87) inset;
box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.87) inset;
box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.87) inset;
}
.ui.table tr.active,
.ui.table td.active {
Expand Down Expand Up @@ -420,22 +403,19 @@
.ui[class*="tablet stackable"].table tr {
padding-top: 1em;
padding-bottom: 1em;
-webkit-box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.1) inset !important;
box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.1) inset !important;
box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.1) inset !important;
}
.ui[class*="tablet stackable"].table tr > th,
.ui[class*="tablet stackable"].table tr > td {
background: none;
border: none !important;
padding: 0.25em 0.75em;
-webkit-box-shadow: none !important;
box-shadow: none !important;
box-shadow: none !important;
}

/* Definition Table */
.ui.definition[class*="tablet stackable"].table thead th:first-child {
-webkit-box-shadow: none !important;
box-shadow: none !important;
box-shadow: none !important;
}
}

Expand Down Expand Up @@ -566,8 +546,7 @@
margin: 0em -1px;
width: calc(100% - (-1px * 2));
max-width: calc(100% - (-1px * 2));
-webkit-box-shadow: none;
box-shadow: none;
box-shadow: none;
border: 1px solid #D4D4D5;
}
.ui.attached + .ui.attached.table:not(.top) {
Expand All @@ -592,8 +571,7 @@
margin-top: 0em;
top: 0px;
margin-bottom: 1em;
-webkit-box-shadow: none, none;
box-shadow: none, none;
box-shadow: none, none;
border-radius: 0em 0em 0.28571429rem 0.28571429rem;
}
.ui[class*="bottom attached"].table:last-child {
Expand Down Expand Up @@ -945,14 +923,10 @@

/* Inverted */
.ui.inverted.sortable.table thead th.sorted {
background: rgba(255, 255, 255, 0.15) -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.05)));
background: rgba(255, 255, 255, 0.15) -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05));
background: rgba(255, 255, 255, 0.15) linear-gradient(transparent, rgba(0, 0, 0, 0.05));
color: #ffffff;
}
.ui.inverted.sortable.table thead th:hover {
background: rgba(255, 255, 255, 0.08) -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.05)));
background: rgba(255, 255, 255, 0.08) -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05));
background: rgba(255, 255, 255, 0.08) linear-gradient(transparent, rgba(0, 0, 0, 0.05));
color: #ffffff;
}
Expand Down Expand Up @@ -1013,13 +987,11 @@
.ui.basic.table {
background: transparent;
border: 1px solid rgba(34, 36, 38, 0.15);
-webkit-box-shadow: none;
box-shadow: none;
box-shadow: none;
}
.ui.basic.table thead,
.ui.basic.table tfoot {
-webkit-box-shadow: none;
box-shadow: none;
box-shadow: none;
}
.ui.basic.table th {
background: transparent;
Expand Down
Loading

0 comments on commit 6cc2dee

Please sign in to comment.