Fix silence borders

There's an extra layer of transparent border and padding makes the green side to be missing a few pixels, correct that
This commit is contained in:
Łukasz Mierzwa
2018-04-19 09:17:18 -07:00
parent f5c91f48da
commit dc58c26b90
+5 -1
View File
@@ -250,15 +250,19 @@ blockquote.silence-comment {
margin-bottom: 2px;
padding-left: 0;
padding-right: 2px;
padding-top: 2px;
padding-top: 0;
padding-bottom: 0;
}
.silence-block.well {
border: 0;
}
/* button is an icon inside a well, it gets white color
make it dark gray by default, so it's visible but doesn't stand out
and black on hover */
button.silence-delete {
color: inherit;
margin-top: 2px;
}
button.silence-delete:hover,
button.silence-delete:focus {