Actions
Defect #41957
closedRemove nesting selectors because are not support in old browsers
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Affected version:
Description
database manager version
mysql Ver 8.0.26 for Linux on x86_64 (Source distribution)
Ruby version
ruby 3.2.3 (2024-01-18 revision 52bb2ac0a6) [x86_64-linux]
Redmine version
6.0.1
Google Chrome version
109.0.5414.120
sidebar and filter form not correct displayed in old browsers (chrome, safari) because of nesting selector in application.css not supported
svg {
&.icon-svg {
stroke: #169;
fill: none;
stroke-width: 1.5;
vertical-align: middle;
}
&.s20 {
width: 1.25rem;
height: 1.25rem;
}
&.s18 {
width: 1.125rem;
height: 1.125rem;
}
&.s14 {
width: 0.875rem;
height: 0.875rem;
}
&.s12 {
width: 0.75rem;
height: 0.75rem;
}
}
Files
Updated by Kevin Zhang 5 months ago
- File filter form not displayed.jpg filter form not displayed.jpg added
- File application-css.png application-css.png added
- File browsers compatible.png browsers compatible.png added
Updated by Marius BĂLTEANU 5 months ago
- Assignee set to Marius BĂLTEANU
- Target version set to 6.0.2
Updated by Marius BĂLTEANU 5 months ago
- Subject changed from & nesting selector not support in old browsers to Remove nesting selectors because are not support in old browsers
Updated by Marius BĂLTEANU 5 months ago
- Status changed from Confirmed to Resolved
- Resolution set to Fixed
Actions