web: update code-hosts `HoverOverlay` props
Created by: valerybugakov
Description
This the second preparation PR for the Code Intel redesign work. See the first one here.
Changes
- Changed
iconButtonClassName
tocloseButtonClassName
. - Replaced
infoAlertClassName
anderrorAlertClassName
props withgetAlertClassName
prop. It's handy because in the redesign version we can easily addwarningAlertClassName
viagetAlertClassName
without introduction of a new component prop. Also, we can reusenotificationClassNames
defined for each code-host to get the relevant alert class. - Used
notificationClassNames
in code-hosts props to get relevant alert class.