Fix dialog close button (#16219)
* Fix dialog close button being white on almost white * Make dialog close button slightly bigger
This commit is contained in:
parent
5ed5f62705
commit
0464240f19
3 changed files with 6 additions and 5 deletions
|
@ -5297,9 +5297,10 @@ a.status-card.compact:hover {
|
|||
.report-modal__target {
|
||||
padding: 15px;
|
||||
|
||||
.media-modal__close {
|
||||
top: 14px;
|
||||
right: 15px;
|
||||
.report-modal__close {
|
||||
position: absolute;
|
||||
top: 10px;
|
||||
right: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue