mirror of
https://github.com/prymitive/karma
synced 2026-08-23 11:56:20 +00:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user