Skip to content

Commit

Permalink
Updated component to version 2.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Semantic-Pusher-Robot committed Nov 6, 2015
1 parent 2a5b533 commit 2ac6783
Show file tree
Hide file tree
Showing 6 changed files with 62 additions and 52 deletions.
5 changes: 5 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### Version 2.1.5 - Nov 1, 2015

- **Grid** - Fixes attached segment 1px offset inside grid column [#3226](https://github.com/Semantic-Org/Semantic-UI/issues/3226)
- **Segment** - Fixes border on `horizontal segment` when they are `:first-child` inside `segments` group

### Version 2.1.4 - Sep 13, 2015

- **Table** - Fixed issue where `(x) column segment table` was inheriting accidentally inheriting some grid styles
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
"framework"
],
"license": "MIT",
"version": "2.1.4"
"version": "2.1.6"
}
2 changes: 1 addition & 1 deletion package.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Package.describe({
name : 'semantic:ui-segment',
summary : 'Semantic UI - Segment: Single component release',
version : '2.1.4',
version : '2.1.6',
git : 'git://github.com/Semantic-Org/UI-Segment.git',
});

Expand Down
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-segment",
"version": "2.1.4",
"version": "2.1.6",
"title": "Semantic UI - Segment",
"description": "Single component release of segment",
"homepage": "http://www.semantic-ui.com",
Expand Down
99 changes: 52 additions & 47 deletions segment.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* # Semantic UI 2.1.4 - Segment
* # Semantic UI 2.1.6 - Segment
* http://github.com/semantic-org/semantic-ui/
*
*
Expand All @@ -16,7 +16,7 @@

.ui.segment {
position: relative;
background: #ffffff;
background: #FFFFFF;
box-shadow: 0px 1px 2px 0 rgba(34, 36, 38, 0.15);
margin: 1rem 0em;
padding: 1em 1em;
Expand Down Expand Up @@ -52,7 +52,7 @@

/* Header */
.ui.inverted.segment > .ui.header {
color: #ffffff;
color: #FFFFFF;
}

/* Label */
Expand Down Expand Up @@ -87,7 +87,7 @@

/* Table */
.ui.basic.table.segment {
background: #ffffff;
background: #FFFFFF;
border: 1px solid rgba(34, 36, 38, 0.15);
box-shadow: 0px 1px 2px 0 rgba(34, 36, 38, 0.15);
}
Expand Down Expand Up @@ -121,7 +121,7 @@
.ui.piled.segments:before,
.ui.piled.segment:after,
.ui.piled.segment:before {
background-color: #ffffff;
background-color: #FFFFFF;
visibility: visible;
content: '';
display: block;
Expand Down Expand Up @@ -345,7 +345,7 @@
background-color: transparent;
border-radius: 0px;
padding: 0em;
background-color: #ffffff;
background-color: #FFFFFF;
box-shadow: 0px 1px 2px 0 rgba(34, 36, 38, 0.15);
margin: 1rem 0em;
border-radius: 0.28571429rem;
Expand Down Expand Up @@ -378,6 +378,11 @@
box-shadow: none;
border-left: 1px solid rgba(34, 36, 38, 0.15);
}

/* Border Fixes */
.ui.segments > .horizontal.segments:first-child {
border-top: none;
}
.ui.horizontal.segments > .segment:first-child {
border-left: none;
}
Expand Down Expand Up @@ -498,101 +503,101 @@

/* Red */
.ui.red.segment:not(.inverted) {
border-top: 2px solid #db2828;
border-top: 2px solid #DB2828;
}
.ui.inverted.red.segment {
background-color: #db2828 !important;
color: #ffffff !important;
background-color: #DB2828 !important;
color: #FFFFFF !important;
}

/* Orange */
.ui.orange.segment:not(.inverted) {
border-top: 2px solid #f2711c;
border-top: 2px solid #F2711C;
}
.ui.inverted.orange.segment {
background-color: #f2711c !important;
color: #ffffff !important;
background-color: #F2711C !important;
color: #FFFFFF !important;
}

/* Yellow */
.ui.yellow.segment:not(.inverted) {
border-top: 2px solid #fbbd08;
border-top: 2px solid #FBBD08;
}
.ui.inverted.yellow.segment {
background-color: #fbbd08 !important;
color: #ffffff !important;
background-color: #FBBD08 !important;
color: #FFFFFF !important;
}

/* Olive */
.ui.olive.segment:not(.inverted) {
border-top: 2px solid #b5cc18;
border-top: 2px solid #B5CC18;
}
.ui.inverted.olive.segment {
background-color: #b5cc18 !important;
color: #ffffff !important;
background-color: #B5CC18 !important;
color: #FFFFFF !important;
}

/* Green */
.ui.green.segment:not(.inverted) {
border-top: 2px solid #21ba45;
border-top: 2px solid #21BA45;
}
.ui.inverted.green.segment {
background-color: #21ba45 !important;
color: #ffffff !important;
background-color: #21BA45 !important;
color: #FFFFFF !important;
}

/* Teal */
.ui.teal.segment:not(.inverted) {
border-top: 2px solid #00b5ad;
border-top: 2px solid #00B5AD;
}
.ui.inverted.teal.segment {
background-color: #00b5ad !important;
color: #ffffff !important;
background-color: #00B5AD !important;
color: #FFFFFF !important;
}

/* Blue */
.ui.blue.segment:not(.inverted) {
border-top: 2px solid #2185d0;
border-top: 2px solid #2185D0;
}
.ui.inverted.blue.segment {
background-color: #2185d0 !important;
color: #ffffff !important;
background-color: #2185D0 !important;
color: #FFFFFF !important;
}

/* Violet */
.ui.violet.segment:not(.inverted) {
border-top: 2px solid #6435c9;
border-top: 2px solid #6435C9;
}
.ui.inverted.violet.segment {
background-color: #6435c9 !important;
color: #ffffff !important;
background-color: #6435C9 !important;
color: #FFFFFF !important;
}

/* Purple */
.ui.purple.segment:not(.inverted) {
border-top: 2px solid #a333c8;
border-top: 2px solid #A333C8;
}
.ui.inverted.purple.segment {
background-color: #a333c8 !important;
color: #ffffff !important;
background-color: #A333C8 !important;
color: #FFFFFF !important;
}

/* Pink */
.ui.pink.segment:not(.inverted) {
border-top: 2px solid #e03997;
border-top: 2px solid #E03997;
}
.ui.inverted.pink.segment {
background-color: #e03997 !important;
color: #ffffff !important;
background-color: #E03997 !important;
color: #FFFFFF !important;
}

/* Brown */
.ui.brown.segment:not(.inverted) {
border-top: 2px solid #a5673f;
border-top: 2px solid #A5673F;
}
.ui.inverted.brown.segment {
background-color: #a5673f !important;
color: #ffffff !important;
background-color: #A5673F !important;
color: #FFFFFF !important;
}

/* Grey */
Expand All @@ -601,16 +606,16 @@
}
.ui.inverted.grey.segment {
background-color: #767676 !important;
color: #ffffff !important;
color: #FFFFFF !important;
}

/* Black */
.ui.black.segment:not(.inverted) {
border-top: 2px solid #1b1c1d;
border-top: 2px solid #1B1C1D;
}
.ui.inverted.black.segment {
background-color: #1b1c1d !important;
color: #ffffff !important;
background-color: #1B1C1D !important;
color: #FFFFFF !important;
}

/*-------------------
Expand Down Expand Up @@ -651,7 +656,7 @@
}
.ui.inverted.segment,
.ui.primary.inverted.segment {
background: #1b1c1d;
background: #1B1C1D;
color: rgba(255, 255, 255, 0.9);
}

Expand All @@ -675,7 +680,7 @@

/* Secondary */
.ui.secondary.segment {
background: #f3f4f5;
background: #F3F4F5;
color: rgba(0, 0, 0, 0.6);
}
.ui.secondary.inverted.segment {
Expand All @@ -686,7 +691,7 @@

/* Tertiary */
.ui.tertiary.segment {
background: #dcddde;
background: #DCDDDE;
color: rgba(0, 0, 0, 0.6);
}
.ui.tertiary.inverted.segment {
Expand All @@ -709,7 +714,7 @@
width: calc(100% + 2px );
max-width: calc(100% + 2px );
box-shadow: none;
border: 1px solid #d4d4d5;
border: 1px solid #D4D4D5;
}
.ui.attached + .ui.attached.segment:not(.top) {
border-top: none;
Expand Down
4 changes: 2 additions & 2 deletions segment.min.css

Large diffs are not rendered by default.

0 comments on commit 2ac6783

Please sign in to comment.