0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00

Removed opacity from toaster notifications

refs https://github.com/TryGhost/Ghost/issues/10939

- comments out opacity to resolve readability issues. Quick-fix whilst waiting for a deeper design review
This commit is contained in:
Kevin Ansfield 2019-07-22 14:09:40 +01:00
parent c9537e27f1
commit 66000822e0

View file

@ -25,13 +25,13 @@
color: #fff;
font-size: 1.4rem;
line-height: 1.25em;
opacity: 0.88;
/* opacity: 0.88; */
transition: opacity 0.3s ease;
}
.gh-notification:hover {
cursor: pointer;
opacity: 0.95;
/* opacity: 0.95; */
}
.gh-notification-content {