PluginProbe
Jetpack – WP Security, Backup, Speed, & Growth / 16.3-a.1
Jetpack – WP Security, Backup, Speed, & Growth v16.3-a.1
16.3-a.3 16.3-a.1 16.2 16.2-beta 12.0.3 12.1.3 12.2.3 12.3.2 12.4.2 12.5.2 12.6.4 12.7.3 12.8.3 12.9.5 13.0.2 13.1.5 13.2.4 13.3.3 13.4.5 13.5.2 13.6.2 13.7.2 13.8.3 13.9.2 14.0.1 All 504 releases
← All changes | modules/comment-likes/admin-style.css +28 -27 13.2.416.3-a.1 View file →
@@ -1,45 +1,46 @@
1 1 .fixed .column-comment_likes {
2 - width: 5.5em;
3 - padding: 8px 0;
4 - text-align: center;
2 + width: 5.5em;
3 + padding: 8px 0;
4 + text-align: center;
5 5 }
6 6
7 7 .fixed .column-stats {
8 - width: 5em;
8 + width: 5em;
9 + white-space: nowrap;
9 10 }
10 11
11 12 .fixed .column-comment_likes .comment-like-count {
12 - box-sizing: border-box;
13 - display: inline-block;
14 - padding: 0 8px;
15 - height: 2em;
16 - margin-top: 5px;
17 - -webkit-border-radius: 5px;
18 - border-radius: 5px;
19 - background-color: #787c82;
20 - color: #fff;
21 - font-size: 11px;
22 - line-height: 21px;
13 + box-sizing: border-box;
14 + display: inline-block;
15 + padding: 0 8px;
16 + height: 2em;
17 + margin-top: 5px;
18 + border-radius: 5px;
19 + background-color: #787c82;
20 + color: #fff;
21 + font-size: 11px;
22 + line-height: 21px;
23 23 }
24 24
25 -.fixed .column-comment_likes .comment-like-count:after {
26 - border: none;
25 +.fixed .column-comment_likes .comment-like-count::after {
26 + border: none;
27 27 }
28 28
29 29 .fixed .column-comment_likes .comment-like-count:hover {
30 - background-color: #2271b1;
30 + background-color: #2271b1;
31 31 }
32 32
33 -.fixed .column-comment_likes .vers:before {
34 - font: normal 20px/1 dashicons;
35 - content: '\f155';
36 - speak: none;
37 - -webkit-font-smoothing: antialiased;
38 - -moz-osx-font-smoothing: grayscale;
33 +.fixed .column-comment_likes .vers::before {
34 + font: 400 20px/1 dashicons;
35 + content: "\f155";
36 + speak: none;
37 + -webkit-font-smoothing: antialiased;
38 + -moz-osx-font-smoothing: grayscale;
39 39 }
40 40
41 41 @media screen and (max-width: 782px) {
42 - .fixed .column-comment_likes {
43 - display: none;
44 - }
42 +
43 + .fixed .column-comment_likes {
44 + display: none;
45 + }
45 46 }