Skip to content

Commit c206ce0

Browse files
Updated component to version 2.2.14
1 parent 1281cb4 commit c206ce0

File tree

5 files changed

+18
-5
lines changed

5 files changed

+18
-5
lines changed

RELEASE-NOTES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### Version 2.2.14 - Jan 29, 2018
2+
3+
- **Reveal** - `ribbon label` can now work with `reveal` [#5681](https://github.com/Semantic-Org/Semantic-UI/issues/5681)
4+
15
#### Bugs
26

37
- **Reveal** - Reveal now uses `display: inherit` instead of forcing `inline-block`

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
"framework"
1616
],
1717
"license": "MIT",
18-
"version": "2.2.13"
18+
"version": "2.2.14"
1919
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "semantic-ui-reveal",
3-
"version": "2.2.13",
3+
"version": "2.2.14",
44
"title": "Semantic UI - Reveal",
55
"description": "Single component release of reveal",
66
"homepage": "http://www.semantic-ui.com",

reveal.css

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* # Semantic UI 2.2.12 - Reveal
2+
* # Semantic UI 2.2.14 - Reveal
33
* http://github.com/semantic-org/semantic-ui/
44
*
55
*
@@ -241,6 +241,15 @@
241241
}
242242

243243

244+
/*******************************
245+
Coupling
246+
*******************************/
247+
248+
.ui.reveal > .ui.ribbon.label {
249+
z-index: 5;
250+
}
251+
252+
244253
/*******************************
245254
Variations
246255
*******************************/

reveal.min.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)