Skip to content
Snippets Groups Projects

Refactor Claro's views-ui stylesheet - #3332743

Closes #3332743

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
106 98 }
107 99
108 100 .views-ui-dialog .form-element--type-select {
109 padding-inline-end: calc(2rem - var(--input-border-size));
101 padding-inline-end: calc(calc(var(--space-m) * 2) - var(--input-border-size));
110 102 background-position-y: 56%;
111 103 }
112 104
105 /**
106 * Elements must communicate width to table rendering.
107 * @todo revisit in https://drupal.org/node/3135457
  • Gaurav added 6 commits

    added 6 commits

    • 3de84a7b - Refactor Claro's views-ui stylesheet - #3332743
    • 2f5b4360 - #3332743: Refactor Claro's views-ui stylesheet - changes for file formatting and variable usage.
    • 2c4d9a26 - #3332743: Refactor Claro's views-ui stylesheet - changes for file formatting...
    • 63471f9f - Updated logical properties and removed duplicated selectors
    • 59f32c94 - Updated outdated link reference
    • 3527fb6e - Updated outdated link reference

    Compare with previous version

  • Please register or sign in to reply
    Loading