mirror of
https://github.com/discourse/discourse.git
synced 2024-11-26 02:40:53 -06:00
fixing category delete modal background color
This commit is contained in:
parent
4dc29e5f9e
commit
a9fd42f91c
@ -331,8 +331,8 @@
|
||||
|
||||
.cannot_delete_reason {
|
||||
position: absolute;
|
||||
background: dark-light-choose($primary, $secondary);
|
||||
color: dark-light-choose($secondary, $secondary);
|
||||
background: $primary;
|
||||
color: $secondary;
|
||||
text-align: center;
|
||||
border-radius: 2px;
|
||||
padding: 12px 8px;
|
||||
@ -343,14 +343,13 @@
|
||||
border: solid transparent;
|
||||
content: " ";
|
||||
position: absolute;
|
||||
border-top-color: dark-light-choose($primary, $secondary);
|
||||
border-top-color: $primary;
|
||||
border-width: 8px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.incoming-email-modal {
|
||||
.btn {
|
||||
transition: none;
|
||||
|
Loading…
Reference in New Issue
Block a user