Skip to content

Commit

Permalink
Merge pull request #2 from fomantic/beta
Browse files Browse the repository at this point in the history
2.6 Release
  • Loading branch information
Sean authored Sep 21, 2018
2 parents 352b855 + 936a27a commit 77250d0
Show file tree
Hide file tree
Showing 134 changed files with 3,095 additions and 383 deletions.
6 changes: 3 additions & 3 deletions components/accordion.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* # Semantic UI 2.5.0 - Accordion
* # Semantic UI 2.6.0 - Accordion
* http://github.com/semantic-org/semantic-ui/
*
*
Expand Down Expand Up @@ -184,8 +184,8 @@
Not Active
---------------*/

.ui.accordion .content:not(.active),
.ui.accordion .accordion .content:not(.active) {
.ui.accordion .title ~ .content:not(.active),
.ui.accordion .accordion .title ~ .content:not(.active) {
display: none;
}

Expand Down
2 changes: 1 addition & 1 deletion components/accordion.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* # Semantic UI 2.5.0 - Accordion
* # Semantic UI 2.6.0 - Accordion
* http://github.com/semantic-org/semantic-ui/
*
*
Expand Down
4 changes: 2 additions & 2 deletions components/accordion.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion components/ad.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* # Semantic UI 2.5.0 - Ad
* # Semantic UI 2.6.0 - Ad
* http://github.com/semantic-org/semantic-ui/
*
*
Expand Down
2 changes: 1 addition & 1 deletion components/ad.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion components/api.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* # Semantic UI 2.5.0 - API
* # Semantic UI 2.6.0 - API
* http://github.com/semantic-org/semantic-ui/
*
*
Expand Down
2 changes: 1 addition & 1 deletion components/breadcrumb.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* # Semantic UI 2.5.0 - Breadcrumb
* # Semantic UI 2.6.0 - Breadcrumb
* http://github.com/semantic-org/semantic-ui/
*
*
Expand Down
2 changes: 1 addition & 1 deletion components/breadcrumb.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion components/button.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* # Semantic UI 2.5.0 - Button
* # Semantic UI 2.6.0 - Button
* http://github.com/semantic-org/semantic-ui/
*
*
Expand Down
2 changes: 1 addition & 1 deletion components/button.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion components/calendar.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* # Semantic UI 2.5.0 - Calendar
* # Semantic UI 2.6.0 - Calendar
* http://github.com/semantic-org/semantic-ui/
*
*
Expand Down Expand Up @@ -58,6 +58,9 @@
.ui.calendar .ui.table.day {
min-width: 18em;
}
.ui.calendar .ui.table.day.andweek {
min-width: 22em;
}
.ui.calendar .ui.table.hour {
min-width: 20em;
}
Expand Down
Loading

0 comments on commit 77250d0

Please sign in to comment.