More discrete close icon for toast

pull/2594/head
Rigel Kent 2020-04-02 11:37:49 +02:00
parent ded739eb38
commit 21973012ab
No known key found for this signature in database
GPG Key ID: 5E53E96A494E452F
1 changed files with 8 additions and 8 deletions

View File

@ -411,21 +411,21 @@ p-inputswitch {
p-toast {
.ui-toast {
z-index: z(notification) !important;
}
.ui-toast-close-icon {
font-family: "Glyphicons Halflings";
opacity: .3;
&:hover {
opacity: .5;
}
opacity: 0;
&:after {
content: "\e014";
}
}
&:hover .ui-toast-close-icon {
opacity: .3;
}
}
.ui-toast-message {
font-family: $main-fonts;
background-color: var(--mainBackgroundColor) !important;