PluginProbe
WP Ultimate Post Grid / 1.6
WP Ultimate Post Grid v1.6
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 +2 -8 2.01.6 View file →
@@ -16,18 +16,12 @@
16 16 float: left;
17 17 text-align: left;
18 18 font-size: 14px;
19 19
20 - span:not(.wpupg-show-on-hover) {
20 + span {
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 -
30 24 * {
31 25 border: 0;
32 26
33 27 -webkit-margin: 0;
@@ -146,8 +140,8 @@
146 140 text-decoration: underline;
147 141 }
148 142 }
149 143
150 - .wpupg-responsive-mobile, .wpupg-show-on-hover {
144 + .wpupg-responsive-mobile {
151 145 display: none;
152 146 }
153 147 }