PluginProbe
WP Ultimate Post Grid / 2.4.0
WP Ultimate Post Grid v2.4.0
4.1.1 trunk 1.5 1.6 1.7 1.7.1 1.7.2 1.8 1.9 2.0 2.1 2.2 2.3 2.4.0 2.5.0 2.6.0 2.7.0 2.8.0 2.8.2 3.0.0 3.3.0 3.4.0 3.5.0 3.6.0 3.7.0 All 32 releases
← All changes | css/layout_base.scss +8 -2 1.72.4.0 View file →
@@ -16,12 +16,18 @@
16 16 float: left;
17 17 text-align: left;
18 18 font-size: 14px;
19 19
20 - span {
20 + span:not(.wpupg-show-on-hover) {
21 21 display: inline-block;
22 22 }
23 23
24 + &.wpupg-hovering {
25 + span.wpupg-show-on-hover {
26 + display: inline-block;
27 + }
28 + }
29 +
24 30 * {
25 31 border: 0;
26 32
27 33 -webkit-margin: 0;
@@ -140,8 +146,8 @@
140 146 text-decoration: underline;
141 147 }
142 148 }
143 149
144 - .wpupg-responsive-mobile {
150 + .wpupg-responsive-mobile, .wpupg-show-on-hover {
145 151 display: none;
146 152 }
147 153 }