gritter: remove close button added by external plugin

We now already have a functional close button
This commit is contained in:
Sebastian Castro 2020-05-13 15:07:19 +02:00 committed by muxator
parent 17d09d2466
commit d1d8a0ad6d

View file

@ -62,4 +62,9 @@
.gritter-item.popup.popup-show > .popup-content {
transform: scale(1) translateY(0) !important;
transition: all 0.4s cubic-bezier(0.74, -0.05, 0.27, 1.75) !important;
}
}
/* for ep_deleted_after_delay */
.gritter-item #close_expiration_notif {
display: none;
}