View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0020730 | MMW 5 | Extensions framework | public | 2024-03-18 06:11 | 2024-04-26 11:24 |
Reporter | zvezdan | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | N/A |
Status | closed | Resolution | fixed | ||
Fixed in Version | 5.1 | ||||
Summary | 0020730: clrRegular class needed (or .clrRegularText or something like that) | ||||
Description | I am using data-control-class="ColumnTrackList" in my script similarly to Organize dialog box. I would like to turn off the inaccessible color for particular cells, even if they belong to inaccessible files. My script already sets the itemInaccessible class to lvColumnItems using bindData only where it is needed, but the whole rows with inaccessible files are displayed as such, even if the script doesn't assign that class to the particular cell. Which is, of course, generally expected, but in case of my script is not needed. It would be nice if we have a class that will be something like this: .clrRegular { color: @textColor; } I could use textColor class instead, but it changes background color as well. Actually, if you add the suggested class, maybe you could rewrite textColor class like this: .textColor { .clrRegular; .bgColorBase; } | ||||
Tags | No tags attached. | ||||
Fixed in build | 3017 | ||||