Feature: better toast notifications management (#8980)

This commit is contained in:
shamoon 2025-02-06 23:06:16 -08:00 committed by GitHub
parent e08606af6e
commit b8bdc10f25
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
21 changed files with 690 additions and 324 deletions

View file

@ -250,8 +250,8 @@ main {
}
}
.dropdown.show .dropdown-toggle,
.dropdown-toggle:hover {
:host ::ng-deep .dropdown.show .dropdown-toggle,
:host ::ng-deep .dropdown-toggle:hover {
opacity: 0.7;
}