3303546:Reabsed with 11.x
2 unresolved threads
2 unresolved threads
Closes #3303546
Merge request reports
Activity
added 1 commit
- 9bab1d9e - Updated logical properties in dialog css file
added 41 commits
-
9bab1d9e...c980ece6 - 39 commits from branch
project:11.x
- 32aef501 - 3303546:Reabsed with 11.x
- 7c313622 - Updated logical properties in dialog css file
-
9bab1d9e...c980ece6 - 39 commits from branch
102 79 } 103 80 104 @media (forced-colors: active) { 105 .ui-dialog .ui-icon.ui-icon-closethick { 106 background: url("data:image/svg+xml,%3csvg width='12' height='12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M11 1.318l-10 10M11 11.318l-10-10' stroke='buttonText' stroke-width='1.5'/%3e%3c/svg%3e") no-repeat 50%; 107 } 108 } 109 110 81 .ui-dialog > .ui-dialog-content { 82 position: static; 111 83 overflow: auto; 112 84 padding: var(--space-m) var(--space-l); 113 85 color: var(--color-text); 114 86 background: var(--color-white); 87 88 /* Form action buttons are moved in dialogs. Remove empty space. */ changed this line in version 4 of the diff
added 1 commit
- 40e0a06c - fix: Some more cleanup in the comments and code style
101 78 background: url("data:image/svg+xml,%3csvg width='12' height='12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M11 1.318l-10 10M11 11.318l-10-10' stroke='%23D3D4D9' stroke-width='1.5'/%3e%3c/svg%3e") no-repeat 50%; 102 79 } 103 80 104 @media (forced-colors: active) { added 1 commit
- d1715d35 - Issue-3303546: Add the missing forced colors and direction based css.
Please register or sign in to reply