Refactored system status report file
5 open threads
Closes #3332469
Merge request reports
Activity
82 mask-image: url(../../../../misc/icons/dc2323/error.svg); 83 } 79 84 } 80 .system-status-report__status-icon--warning:before { 81 mask-image: url(../../images/core/e29700/warning.svg); 85 .system-status-report__status-icon--warning { 86 &:before { 87 mask-image: url(../../images/core/e29700/warning.svg); 88 } 82 89 } 83 90 } 84 91 85 92 .system-status-report__entry__value { 86 93 box-sizing: border-box; 87 padding: 0 1em 1em 3em; /* LTR */ 94 padding-block-start: 0; changed this line in version 2 of the diff
79 84 } 80 .system-status-report__status-icon--warning:before { 81 mask-image: url(../../images/core/e29700/warning.svg); 85 .system-status-report__status-icon--warning { 86 &:before { 87 mask-image: url(../../images/core/e29700/warning.svg); 88 } 82 89 } 83 90 } 84 91 85 92 .system-status-report__entry__value { 86 93 box-sizing: border-box; 87 padding: 0 1em 1em 3em; /* LTR */ 94 padding-block-start: 0; 95 padding-block-end: 1em; 96 padding-inline-start: 3em; changed this line in version 2 of the diff
67 68 } 68 69 69 70 @media (forced-colors: active) { 70 .system-status-report__status-icon:before { 71 background-color: canvastext; 72 background-image: none; 73 mask-repeat: no-repeat; 74 mask-position: top center; 75 mask-size: contain; 71 .system-status-report__status-icon { 72 &:before { changed this line in version 2 of the diff
13 13 border: 0; 14 14 border-radius: 0; 15 15 background-color: transparent; 16 17 & h3 { 18 margin-top: 10px; changed this line in version 2 of the diff
49 51 height: 24px; 50 margin-right: 10px; /* LTR */ 52 margin-inline-end: 10px; 51 53 content: ""; 52 54 vertical-align: top; 53 55 background-repeat: no-repeat; 54 56 background-position: top center; 55 57 background-size: contain; 56 } 57 [dir="rtl"] .system-status-report__status-icon:before { 58 right: 10px; 59 left: auto; 60 margin-right: 0; 58 59 @nest [dir="rtl"] & { 60 margin-inline-end: 0; changed this line in version 3 of the diff
added 1 commit
- 71be7158 - Merged system-admin--status-report.css and system-status-report.css
added 405 commits
-
71be7158...6629a163 - 402 commits from branch
project:10.1.x
- c994db47 - Refactored system status report file
- f28349da - Updated nesting and some margin properties
- e234ea09 - Merged system-admin--status-report.css and system-status-report.css
Toggle commit list-
71be7158...6629a163 - 402 commits from branch
Please register or sign in to reply