Skip to content

Commit

Permalink
Updated component to version 2.2.14
Browse files Browse the repository at this point in the history
  • Loading branch information
Semantic-Pusher-Robot committed Jan 29, 2018
1 parent 1281cb4 commit c206ce0
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 5 deletions.
4 changes: 4 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### Version 2.2.14 - Jan 29, 2018

- **Reveal** - `ribbon label` can now work with `reveal` [#5681](https://github.com/Semantic-Org/Semantic-UI/issues/5681)

#### Bugs

- **Reveal** - Reveal now uses `display: inherit` instead of forcing `inline-block`
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.2.13"
"version": "2.2.14"
}
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-reveal",
"version": "2.2.13",
"version": "2.2.14",
"title": "Semantic UI - Reveal",
"description": "Single component release of reveal",
"homepage": "http://www.semantic-ui.com",
Expand Down
11 changes: 10 additions & 1 deletion reveal.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* # Semantic UI 2.2.12 - Reveal
* # Semantic UI 2.2.14 - Reveal
* http://github.com/semantic-org/semantic-ui/
*
*
Expand Down Expand Up @@ -241,6 +241,15 @@
}


/*******************************
Coupling
*******************************/

.ui.reveal > .ui.ribbon.label {
z-index: 5;
}


/*******************************
Variations
*******************************/
Expand Down
4 changes: 2 additions & 2 deletions reveal.min.css

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

0 comments on commit c206ce0

Please sign in to comment.