Issue #3332701: Refactor Claro's tablesort-indicator stylesheet
Open
requested to merge issue/drupal-3332701:3332701-refactor-claros-tablesort-indicator into 10.1.x
3 unresolved threads
Merge request reports
Activity
added 1 commit
- 085f66a7 - Fixed custom command and refactored the code
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"] & { changed this line in version 6 of the diff
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; changed this line in version 10 of the diff
added 1 commit
- 93b943a7 - background property updated on forced colors
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"] & { changed this line in version 12 of the diff
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.
-
93b943a7...b4d06001 - 440 commits from branch
added 1080 commits
-
f4eaec10...b6aef35b - 107 commits from branch
project:10.1.x
- b6aef35b...cbbe53da - 963 earlier commits
- 53a19d7e - Refactor tablesort class to use CSS logical properties
- 4a9e141b - Fixed test errors
- 487fb1c4 - Update tablesort-indicator.pcss.css
- 0d6075f2 - Fixed custom command and refactored the code
- e68b93ca - Added variable and fixed margin property
- a44f1555 - Fixed RTL selector
- 9ed71203 - Update css selector
- 7ebd5640 - Selector updated
- 2d17a3c2 - background property updated on forced colors
- 15066b2d - Fix forced colors icon; consolidate sort icon.
Toggle commit list-
f4eaec10...b6aef35b - 107 commits from branch
Please register or sign in to reply