We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e486468 + 719d287 commit 8da3fdaCopy full SHA for 8da3fda
ui/bits/css/ublog/_post.scss
@@ -154,9 +154,6 @@
154
display: block;
155
}
156
157
- .ublog-post-card--link:hover {
158
- box-shadow: none;
159
- }
160
161
162
#mod-tools {
ui/lobby/css/_layout.scss
@@ -63,7 +63,7 @@
63
64
65
&__blog {
66
- margin: 1.2em 0;
+ padding: 1.2em 0;
67
68
69
&__support {
ui/lobby/css/_lobby.scss
@@ -103,7 +103,8 @@ body {
103
.ublog-post-card {
104
background: $c-bg-box;
105
&:hover {
106
+ @extend %box-shadow;
107
+ background: $c-bg-zebra;
108
109
.user-link {
110
border-radius: $box-radius-size 0 0 0;
0 commit comments