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,18 +411,18 @@ p-inputswitch {
p-toast {
.ui-toast {
z-index: z(notification) !important;
}
.ui-toast-close-icon {
font-family: "Glyphicons Halflings";
.ui-toast-close-icon {
font-family: "Glyphicons Halflings";
opacity: 0;
opacity: .3;
&:hover {
opacity: .5;
&:after {
content: "\e014";
}
}
&:after {
content: "\e014";
&:hover .ui-toast-close-icon {
opacity: .3;
}
}