mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-05 16:01:50 -05:00
Fixed problem with lingering help pop-overs. Issue was user would open help pop-over on a modal dialog and then close the dialog without first closing the help pop-over. Next time a dialog was presented, the lingering help pop-over would re-appear. This is now fixed.
This commit is contained in:
@@ -126,7 +126,7 @@
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.help-link {
|
||||
.help-link, .help-link:active, .help-link:visited {
|
||||
color: #49afcd;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user