Skip to content

Commit

Permalink
[FEATURE] updated table borders (#77)
Browse files Browse the repository at this point in the history
OVERVIEW

This PR covers the table borders, to update them to Vimeo colors
  • Loading branch information
ninjaofawesome authored Sep 21, 2017
1 parent fe2cc09 commit 2127982
Show file tree
Hide file tree
Showing 10 changed files with 107 additions and 103 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 1.4.10
**2017-9-20**
* Updated table border colors

### 1.4.9
**2017-9-18**
* Updated border colors
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.4.9
1.4.10
36 changes: 18 additions & 18 deletions app/public/quartz.css
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@
border-color: #eef1f2 !important; }

.border--navy {
border-color: #375667 !important; }
border-color: #1a2e3b !important; }

/* modifiers
...................................*/
Expand Down Expand Up @@ -305,7 +305,7 @@
box-shadow: 0 0 5px 0 rgba(0, 20, 43, 0.5); }

.shadow--black {
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5); }
box-shadow: 0 0 5px 0 rgba(26, 46, 59, 0.5); }

.shadow--gray {
box-shadow: 0 0 5px 0 rgba(227, 232, 233, 0.5); }
Expand Down Expand Up @@ -6436,7 +6436,7 @@ a.head--vimeo-blue:hover, a.head--vimeo-blue:active {
/* table block
..................................*/ }
.table.border-top {
border-bottom: 1px solid #D7DDE1; }
border-bottom: 1px solid #e3e8e9; }
.table.table--auto {
width: auto; }
.table.table--truncate td, .table.table--truncate th {
Expand All @@ -6452,7 +6452,7 @@ a.head--vimeo-blue:hover, a.head--vimeo-blue:active {
content: " ";
height: 10px;
width: 1px;
background: #D7DDE1;
background: #e3e8e9;
position: absolute;
bottom: 0;
right: 0; }
Expand All @@ -6467,7 +6467,7 @@ a.head--vimeo-blue:hover, a.head--vimeo-blue:active {
font-weight: bold;
background: transparent; }
.table thead tr {
border-bottom: 1px solid #D7DDE1; }
border-bottom: 1px solid #e3e8e9; }
.table thead th {
padding: 15px 15px 15px 20px;
border: none; }
Expand All @@ -6483,35 +6483,35 @@ a.head--vimeo-blue:hover, a.head--vimeo-blue:active {
box-sizing: border-box;
transition: background 200ms ease-out;
background: #fff;
border-bottom: 1px solid #D7DDE1;
border-bottom: 1px solid #e3e8e9;
border-left: 3px solid tranparent; }
.table tr.is-disabled {
background: #375667; }
background: #1a2e3b; }
.table tr.is-sticky {
background-color: #F2FBFB; }
background-color: #e5f7fd; }
.table tr.is-selected {
background-color: #F2FBFB;
border-left: 3px solid #149A97; }
background-color: #e5f7fd;
border-left: 3px solid #0088cc; }
.table tr.is-clickable {
cursor: pointer; }
.table tr.is-clickable.is-hovered, .table tr.is-clickable:hover, .table tr.is-clickable:active {
background-color: #F2FBFB !important; }
background-color: #e5f7fd !important; }
.table tr:nth-child(even) {
background: transparent; }
.table .table-row-head {
background-color: #F7F8F9;
border-bottom: 1px solid #D7DDE1 !important; }
background-color: #f6f7f8;
border-bottom: 1px solid #e3e8e9 !important; }
.table .table-row-head td {
height: auto;
position: relative; }
.table .table-row-head:nth-child(even) {
background-color: #F7F8F9; }
background-color: #f6f7f8; }
.table .table-row-head .table-row-arrow {
display: block;
position: absolute;
bottom: 0px;
left: 30px;
background: #D7DDE1; }
background: #e3e8e9; }
.table .table-row-head .table-row-arrow:after, .table .table-row-head .table-row-arrow:before {
top: 100%;
left: 50%;
Expand All @@ -6523,18 +6523,18 @@ a.head--vimeo-blue:hover, a.head--vimeo-blue:active {
pointer-events: none; }
.table .table-row-head .table-row-arrow:after {
border-color: rgba(255, 255, 255, 0);
border-top-color: #F7F8F9;
border-top-color: #f6f7f8;
border-width: 10px;
margin-left: -10px; }
.table .table-row-head .table-row-arrow:before {
border-color: rgba(255, 255, 255, 0);
border-top-color: #D7DDE1;
border-top-color: #e3e8e9;
border-width: 11px;
margin-left: -11px; }
.table.table--striped tbody tr {
border: none; }
.table.table--striped tbody tr:nth-child(odd) {
background: #F7F8F9; }
background: #f6f7f8; }
.table.table--small th,
.table.table--small td {
padding: 10px;
Expand Down
32 changes: 16 additions & 16 deletions dist/borders.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,27 +36,27 @@
/* positions
...................................*/
.border {
border: 1px solid #D7DDE1; }
border: 1px solid #e3e8e9; }

.border-top {
border-top: 1px solid #D7DDE1; }
border-top: 1px solid #e3e8e9; }

.border-left {
border-left: 1px solid #D7DDE1; }
border-left: 1px solid #e3e8e9; }

.border-bottom {
border-bottom: 1px solid #D7DDE1; }
border-bottom: 1px solid #e3e8e9; }

.border-right {
border-right: 1px solid #D7DDE1; }
border-right: 1px solid #e3e8e9; }

.border-vert {
border-top: 1px solid #D7DDE1;
border-bottom: 1px solid #D7DDE1; }
border-top: 1px solid #e3e8e9;
border-bottom: 1px solid #e3e8e9; }

.border-horz {
border-left: 1px solid #D7DDE1;
border-right: 1px solid #D7DDE1; }
border-left: 1px solid #e3e8e9;
border-right: 1px solid #e3e8e9; }

/* colors
...................................*/
Expand All @@ -67,13 +67,13 @@
border-color: rgba(255, 255, 255, 0.7) !important; }

.border--gray {
border-color: #D7DDE1 !important; }
border-color: #e3e8e9 !important; }

.border--gray-light {
border-color: #F0F2F4 !important; }
border-color: #eef1f2 !important; }

.border--navy {
border-color: #375667 !important; }
border-color: #1a2e3b !important; }

/* modifiers
...................................*/
Expand All @@ -94,13 +94,13 @@
height: 1px;
top: 50%;
left: 0;
background-color: #D7DDE1;
background-color: #e3e8e9;
margin-top: -2px;
z-index: -1;
position: absolute;
width: 100%; }
.border-center.border--gray-light:before {
background-color: #F0F2F4; }
background-color: #eef1f2; }
.border-center.border--white-transparent:before {
background-color: rgba(255, 255, 255, 0.7); }
.border-center.border--white:before {
Expand All @@ -110,10 +110,10 @@
box-shadow: 0 0 5px 0 rgba(0, 20, 43, 0.5); }

.shadow--black {
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5); }
box-shadow: 0 0 5px 0 rgba(26, 46, 59, 0.5); }

.shadow--gray {
box-shadow: 0 0 5px 0 rgba(215, 221, 225, 0.5); }
box-shadow: 0 0 5px 0 rgba(227, 232, 233, 0.5); }

.radius {
border-radius: 5px; }
64 changes: 32 additions & 32 deletions dist/quartz.css
Original file line number Diff line number Diff line change
Expand Up @@ -231,27 +231,27 @@
/* positions
...................................*/
.border {
border: 1px solid #D7DDE1; }
border: 1px solid #e3e8e9; }

.border-top {
border-top: 1px solid #D7DDE1; }
border-top: 1px solid #e3e8e9; }

.border-left {
border-left: 1px solid #D7DDE1; }
border-left: 1px solid #e3e8e9; }

.border-bottom {
border-bottom: 1px solid #D7DDE1; }
border-bottom: 1px solid #e3e8e9; }

.border-right {
border-right: 1px solid #D7DDE1; }
border-right: 1px solid #e3e8e9; }

.border-vert {
border-top: 1px solid #D7DDE1;
border-bottom: 1px solid #D7DDE1; }
border-top: 1px solid #e3e8e9;
border-bottom: 1px solid #e3e8e9; }

.border-horz {
border-left: 1px solid #D7DDE1;
border-right: 1px solid #D7DDE1; }
border-left: 1px solid #e3e8e9;
border-right: 1px solid #e3e8e9; }

/* colors
...................................*/
Expand All @@ -262,13 +262,13 @@
border-color: rgba(255, 255, 255, 0.7) !important; }

.border--gray {
border-color: #D7DDE1 !important; }
border-color: #e3e8e9 !important; }

.border--gray-light {
border-color: #F0F2F4 !important; }
border-color: #eef1f2 !important; }

.border--navy {
border-color: #375667 !important; }
border-color: #1a2e3b !important; }

/* modifiers
...................................*/
Expand All @@ -289,13 +289,13 @@
height: 1px;
top: 50%;
left: 0;
background-color: #D7DDE1;
background-color: #e3e8e9;
margin-top: -2px;
z-index: -1;
position: absolute;
width: 100%; }
.border-center.border--gray-light:before {
background-color: #F0F2F4; }
background-color: #eef1f2; }
.border-center.border--white-transparent:before {
background-color: rgba(255, 255, 255, 0.7); }
.border-center.border--white:before {
Expand All @@ -305,10 +305,10 @@
box-shadow: 0 0 5px 0 rgba(0, 20, 43, 0.5); }

.shadow--black {
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5); }
box-shadow: 0 0 5px 0 rgba(26, 46, 59, 0.5); }

.shadow--gray {
box-shadow: 0 0 5px 0 rgba(215, 221, 225, 0.5); }
box-shadow: 0 0 5px 0 rgba(227, 232, 233, 0.5); }

.radius {
border-radius: 5px; }
Expand Down Expand Up @@ -6817,7 +6817,7 @@ a.head--vimeo-blue:hover, a.head--vimeo-blue:active {
/* table block
..................................*/ }
.table.border-top {
border-bottom: 1px solid #D7DDE1; }
border-bottom: 1px solid #e3e8e9; }
.table.table--auto {
width: auto; }
.table.table--truncate td, .table.table--truncate th {
Expand All @@ -6833,7 +6833,7 @@ a.head--vimeo-blue:hover, a.head--vimeo-blue:active {
content: " ";
height: 10px;
width: 1px;
background: #D7DDE1;
background: #e3e8e9;
position: absolute;
bottom: 0;
right: 0; }
Expand All @@ -6848,7 +6848,7 @@ a.head--vimeo-blue:hover, a.head--vimeo-blue:active {
font-weight: bold;
background: transparent; }
.table thead tr {
border-bottom: 1px solid #D7DDE1; }
border-bottom: 1px solid #e3e8e9; }
.table thead th {
padding: 15px 15px 15px 20px;
border: none; }
Expand All @@ -6864,35 +6864,35 @@ a.head--vimeo-blue:hover, a.head--vimeo-blue:active {
box-sizing: border-box;
transition: background 200ms ease-out;
background: #fff;
border-bottom: 1px solid #D7DDE1;
border-bottom: 1px solid #e3e8e9;
border-left: 3px solid tranparent; }
.table tr.is-disabled {
background: #375667; }
background: #1a2e3b; }
.table tr.is-sticky {
background-color: #F2FBFB; }
background-color: #e5f7fd; }
.table tr.is-selected {
background-color: #F2FBFB;
border-left: 3px solid #149A97; }
background-color: #e5f7fd;
border-left: 3px solid #0088cc; }
.table tr.is-clickable {
cursor: pointer; }
.table tr.is-clickable.is-hovered, .table tr.is-clickable:hover, .table tr.is-clickable:active {
background-color: #F2FBFB !important; }
background-color: #e5f7fd !important; }
.table tr:nth-child(even) {
background: transparent; }
.table .table-row-head {
background-color: #F7F8F9;
border-bottom: 1px solid #D7DDE1 !important; }
background-color: #f6f7f8;
border-bottom: 1px solid #e3e8e9 !important; }
.table .table-row-head td {
height: auto;
position: relative; }
.table .table-row-head:nth-child(even) {
background-color: #F7F8F9; }
background-color: #f6f7f8; }
.table .table-row-head .table-row-arrow {
display: block;
position: absolute;
bottom: 0px;
left: 30px;
background: #D7DDE1; }
background: #e3e8e9; }
.table .table-row-head .table-row-arrow:after, .table .table-row-head .table-row-arrow:before {
top: 100%;
left: 50%;
Expand All @@ -6904,18 +6904,18 @@ a.head--vimeo-blue:hover, a.head--vimeo-blue:active {
pointer-events: none; }
.table .table-row-head .table-row-arrow:after {
border-color: rgba(255, 255, 255, 0);
border-top-color: #F7F8F9;
border-top-color: #f6f7f8;
border-width: 10px;
margin-left: -10px; }
.table .table-row-head .table-row-arrow:before {
border-color: rgba(255, 255, 255, 0);
border-top-color: #D7DDE1;
border-top-color: #e3e8e9;
border-width: 11px;
margin-left: -11px; }
.table.table--striped tbody tr {
border: none; }
.table.table--striped tbody tr:nth-child(odd) {
background: #F7F8F9; }
background: #f6f7f8; }
.table.table--small th,
.table.table--small td {
padding: 10px;
Expand Down
2 changes: 1 addition & 1 deletion dist/quartz.min.css

Large diffs are not rendered by default.

Loading

0 comments on commit 2127982

Please sign in to comment.