View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0020393 | MMW 5 | Skinning framework | public | 2023-11-19 15:58 | 2023-11-19 15:58 |
Reporter | zvezdan | Assigned To | |||
Priority | none | Severity | minor | Reproducibility | N/A |
Status | new | Resolution | open | ||
Summary | 0020393: Ability to set different colors for tooltips depending of their parent needed | ||||
Description | I want to set colors for tooltips in panels on main window like Media Tree in my skin differently than other tooltips. It is impossible to get Inspect Element dialog for tooltips, so I cannot know which classes these tooltips have, but after brief look at tooltipController.js it seems there is no way that I could find the data-control-class of parent element of tooltip, which could be used in skins. Unless I am missing something, I suggest that you add one new class to the tooltips which will contain the data-control-class of the first parent of that tooltip that have such class. You could call it data-parent-class or something like that, so that I could write in the skin_toastmessage_add.less file: .tooltip[data-parent-class=MediaTree] { color: ...; } | ||||
Tags | No tags attached. | ||||
Fixed in build | |||||