Skip to content

Commit fd12f24

Browse files
committed
Merge branch 'release/2.2.3'
2 parents e1d5315 + f111089 commit fd12f24

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# v2.2.3
2+
## 03/04/2017
3+
4+
1. [](#bugfix)
5+
* Fixed a `z-index` issue in `AccordionShortcode`
6+
17
# v2.2.2
28
## 03/04/2017
39

blueprints.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Shortcode UI
2-
version: 2.2.2
2+
version: 2.2.3
33
description: "This plugin provides several UI shortcodes"
44
icon: code
55
author:

css/ui-accordion.css

-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
text-align: left; }
44
.accordion-wrapper label {
55
position: relative;
6-
z-index: 20;
76
display: block;
87
cursor: pointer;
98
color: #777;
@@ -36,7 +35,6 @@
3635
overflow: hidden;
3736
max-height: 0px;
3837
position: relative;
39-
z-index: 10;
4038
transition: max-height 0.3s ease-in-out;
4139
border: 1px solid #eee;
4240
border-top: 0;

scss/ui-accordion.scss

-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
label {
66
position: relative;
7-
z-index: 20;
87
display: block;
98
cursor: pointer;
109
color: #777;
@@ -47,7 +46,6 @@
4746
overflow: hidden;
4847
max-height: 0px;
4948
position: relative;
50-
z-index: 10;
5149
transition: max-height 0.3s ease-in-out;
5250
border: 1px solid #eee;
5351
border-top: 0;

0 commit comments

Comments
 (0)