File tree 4 files changed +7
-5
lines changed
4 files changed +7
-5
lines changed Original file line number Diff line number Diff line change
1
+ # v2.2.3
2
+ ## 03/04/2017
3
+
4
+ 1 . [ ] ( #bugfix )
5
+ * Fixed a ` z-index ` issue in ` AccordionShortcode `
6
+
1
7
# v2.2.2
2
8
## 03/04/2017
3
9
Original file line number Diff line number Diff line change 1
1
name : Shortcode UI
2
- version : 2.2.2
2
+ version : 2.2.3
3
3
description : " This plugin provides several UI shortcodes"
4
4
icon : code
5
5
author :
Original file line number Diff line number Diff line change 3
3
text-align : left; }
4
4
.accordion-wrapper label {
5
5
position : relative;
6
- z-index : 20 ;
7
6
display : block;
8
7
cursor : pointer;
9
8
color : # 777 ;
36
35
overflow : hidden;
37
36
max-height : 0px ;
38
37
position : relative;
39
- z-index : 10 ;
40
38
transition : max-height 0.3s ease-in-out;
41
39
border : 1px solid # eee ;
42
40
border-top : 0 ;
Original file line number Diff line number Diff line change 4
4
5
5
label {
6
6
position : relative ;
7
- z-index : 20 ;
8
7
display : block ;
9
8
cursor : pointer ;
10
9
color : #777 ;
47
46
overflow : hidden ;
48
47
max-height : 0px ;
49
48
position : relative ;
50
- z-index : 10 ;
51
49
transition : max-height 0.3s ease-in-out ;
52
50
border : 1px solid #eee ;
53
51
border-top : 0 ;
You can’t perform that action at this time.
0 commit comments