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:
parent
c9537e27f1
commit
66000822e0
1 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue