More discrete close icon for toast
This commit is contained in:
parent
ded739eb38
commit
21973012ab
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue