mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 15:40:11 +01:00
fix(base-header): fix logo hover color
This commit is contained in:
parent
d9cd3c28aa
commit
ae51a3bd2e
1 changed files with 5 additions and 1 deletions
|
|
@ -11,8 +11,12 @@
|
|||
color: $nga-color-secondary;
|
||||
}
|
||||
|
||||
&:hover span {
|
||||
&:hover {
|
||||
color: $nga-color-default;
|
||||
|
||||
span {
|
||||
color: $nga-color-default;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue