Skip to content
Snippets Groups Projects

Issue #3332701: Refactor Claro's tablesort-indicator stylesheet

Open Issue #3332701: Refactor Claro's tablesort-indicator stylesheet
3 unresolved threads
3 unresolved threads

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
12 margin-top: -0.5rem; /* -8px */
11 height: var(--space-m);
12 margin-block-start: -0.5rem; /* -8px */
13 13 opacity: 0.5;
14 background: url(../../images/icons/000f33/sort--inactive--ltr.svg) no-repeat 0 50%;
14 background-image: url(../../images/icons/000f33/sort--inactive--ltr.svg);
15 background-repeat: no-repeat;
16 background-position: 0 50%;
15 17 background-size: auto;
16 18
17 @media (forced-colors: active) {
18 background: linktext;
19 mask-image: url(../../images/icons/000f33/sort--inactive--ltr.svg);
20 mask-repeat: no-repeat;
21 mask-position: 0 50%;
19 [dir="rtl"] & {
  • Gaurav added 1 commit

    added 1 commit

    Compare with previous version

  • Gaurav added 1 commit

    added 1 commit

    Compare with previous version

  • Sourabh Jain added 1 commit

    added 1 commit

    • 9b428f8b - Removed unused parent class.

    Compare with previous version

  • Gaurav added 1 commit

    added 1 commit

    Compare with previous version

  • 9 inset-inline-end: 1rem;
    10 10 width: 0.875rem; /* 14px */
    11 height: 1rem; /* 16px */
    12 margin-top: -0.5rem; /* -8px */
    11 height: var(--space-m);
    12 margin-block-start: -0.5rem; /* -8px */
    13 13 opacity: 0.5;
    14 background: url(../../images/icons/000f33/sort--inactive--ltr.svg) no-repeat 0 50%;
    14 background-image: url(../../images/icons/000f33/sort--inactive--ltr.svg);
    15 background-repeat: no-repeat;
    16 background-position: 0 50%;
    15 17 background-size: auto;
    16 18
    17 19 @media (forced-colors: active) {
    18 background: linktext;
    20 background-color: linktext;
  • Gaurav added 1 commit

    added 1 commit

    • 93b943a7 - background property updated on forced colors

    Compare with previous version

  • 20 22 mask-repeat: no-repeat;
    21 23 mask-position: 0 50%;
    22 24 }
    23 }
    24 [dir="rtl"] .tablesort {
    25 right: auto;
    26 left: 1rem; /* 16px */
    27 background-image: url(../../images/icons/000f33/sort--inactive--rtl.svg);
    28 25
    29 @media (forced-colors: active) {
    30 background: linktext;
    31 mask-image: url(../../images/icons/000f33/sort--inactive--rtl.svg);
    32 mask-repeat: no-repeat;
    33 mask-position: 0 50%;
    26 @nest [dir="rtl"] & {
  • Mike Herchel added 442 commits

    added 442 commits

    • 93b943a7...b4d06001 - 440 commits from branch project:10.1.x
    • 03a1534c - Merge branch '10.1.x' into 3332701-refactor-claros-tablesort-indicator
    • c5a01dbe - Fix forced colors icon; consolidate sort icon.

    Compare with previous version

  • Gaurav added 1 commit

    added 1 commit

    Compare with previous version

  • shmy added 1080 commits

    added 1080 commits

    Compare with previous version

  • Please register or sign in to reply
    Loading