mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Close button hover state in dark
This commit is contained in:
parent
084920ed4f
commit
fc6e3a2f83
1 changed files with 5 additions and 1 deletions
|
|
@ -104,7 +104,7 @@
|
|||
fill: #3D3D3D;
|
||||
}
|
||||
|
||||
#omnivore-toast-container #omnivore-toast-close-btn > svg *,
|
||||
#omnivore-toast-container #omnivore-toast-close-btn:hover > svg *,
|
||||
#omnivore-toast-container #omnivore-toast-close-btn svg:hover {
|
||||
fill: #D9D9D9;
|
||||
stroke: white;
|
||||
|
|
@ -329,6 +329,10 @@
|
|||
.omnivore-toast-menu-divider {
|
||||
border-bottom: 1px solid #898989;
|
||||
}
|
||||
#omnivore-toast-container #omnivore-toast-close-btn:hover > svg *,
|
||||
#omnivore-toast-container #omnivore-toast-close-btn svg:hover {
|
||||
stroke: #333333;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
<div id="omnivore-toast-container">
|
||||
|
|
|
|||
Loading…
Reference in a new issue