@@ -10,7 +10,6 @@ figure.clickbox {
10
10
max-height : 300px ;
11
11
background : # 000000 ;
12
12
text-align : left;
13
-
14
13
}
15
14
figure .clickbox * {
16
15
-webkit-box-sizing : border-box;
@@ -49,7 +48,7 @@ figure.clickbox h2 {
49
48
text-transform : uppercase;
50
49
top : 0 ;
51
50
opacity : 1 ;
52
- padding : 25 px ;
51
+ padding : 15 px ;
53
52
margin : 0 ;
54
53
position : absolute;
55
54
color : # fff ;
@@ -73,10 +72,12 @@ figure.clickbox i {
73
72
}
74
73
75
74
figure .clickbox i .ion-arrow-right-c ,
76
- figure .clickbox i .ion-arrow-down-c {
75
+ figure .clickbox i .ion-arrow-down-c ,
76
+ figure .clickbox i .ion-plus ,
77
+ figure .clickbox i .ion-minus {
77
78
padding : 6px 16px ;
78
- bottom : 0 px ;
79
- right : 0 px ;
79
+ bottom : 0 ;
80
+ right : 0 ;
80
81
-webkit-transition : 0.05s linear;
81
82
transition : 0.05s linear;
82
83
-webkit-transition-delay : 0.4s ;
@@ -85,13 +86,13 @@ figure.clickbox i.ion-arrow-down-c {
85
86
86
87
figure .clickbox i .fa {
87
88
padding : 16px 16px ;
88
- bottom : 0 px ;
89
- left : 0 px ;
89
+ bottom : 0 ;
90
+ left : 0 ;
90
91
}
91
92
92
93
figure .clickbox .curl {
93
- width : 0 px ;
94
- height : 0 px ;
94
+ width : 0 ;
95
+ height : 0 ;
95
96
position : absolute;
96
97
bottom : 0 ;
97
98
right : 0 ;
@@ -104,7 +105,6 @@ figure.clickbox .curl {
104
105
105
106
figure .clickbox .curl : before ,
106
107
figure .clickbox .curl : after {
107
- content : '' ;
108
108
position : absolute;
109
109
z-index : -1 ;
110
110
left : 12% ;
@@ -123,6 +123,14 @@ figure.clickbox .curl:after {
123
123
top : 14% ;
124
124
transform : skew (-15deg ) rotate (-84deg );
125
125
}
126
+
127
+ # collapseGroup a [aria-expanded = true ] .ion-plus {
128
+ display : none;
129
+ }
130
+ # collapseGroup a [aria-expanded = false ] .ion-minus {
131
+ display : none;
132
+ }
133
+
126
134
figure .clickbox a {
127
135
left : 0 ;
128
136
right : 0 ;
@@ -134,7 +142,7 @@ figure.clickbox a {
134
142
figure .clickbox : hover > div h2 ,
135
143
figure .clickbox .hover > div h2 {
136
144
opacity : 1 ;
137
- text-shadow : 0 0 0 px # 333 ;
145
+ text-shadow : 0 0 0 # 333 ;
138
146
-webkit-transition-delay : 0.3s ;
139
147
transition-delay : 0.3s ;
140
148
}
@@ -157,3 +165,5 @@ figure.clickbox.hover .curl {
157
165
-webkit-transition-delay : 0s ;
158
166
transition-delay : 0s ;
159
167
}
168
+
169
+
0 commit comments