Skip to content
Snippets Groups Projects

3303546:Reabsed with 11.x

2 unresolved threads

Closes #3303546

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
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. */
  • Sourabh Jain added 1 commit

    added 1 commit

    Compare with previous version

  • Bram Driesen added 1 commit

    added 1 commit

    • 40e0a06c - fix: Some more cleanup in the comments and code style

    Compare with previous version

  • 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) {
  • Mithun S added 1 commit

    added 1 commit

    • d1715d35 - Issue-3303546: Add the missing forced colors and direction based css.

    Compare with previous version

  • Please register or sign in to reply
    Loading