mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-08-29 20:50:13 +08:00
Fix styling issue when hovering recently viewed
This commit is contained in:
parent
8aaf22e0ff
commit
0fba9355c8
1 changed files with 6 additions and 0 deletions
|
@ -81,6 +81,12 @@
|
|||
|
||||
.recently-viewed {
|
||||
display: block;
|
||||
|
||||
&.dropdown-item:hover {
|
||||
color: inherit;
|
||||
text-decoration: inherit;
|
||||
background-color: inherit;
|
||||
}
|
||||
}
|
||||
|
||||
.recently-viewed-nav-header {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue