fix the saved search term delete icons in redbasic so they are hidden by default. This is a bit harder using font-based icons than it was with images that could easily be hidden. We'll do it with opacity instead of visibility or display css settings.
This commit is contained in:
@@ -3448,4 +3448,8 @@ text-decoration: none;
|
||||
|
||||
#menulist {
|
||||
list-style-type: none;
|
||||
}
|
||||
}
|
||||
|
||||
.savedsearchdrop {
|
||||
opacity: 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user