Skip to content

Commit 363ec91

Browse files
aduthciampo
andauthored
UI: Remove unused direction factor CSS property (#80269)
* UI: Remove unused direction factor CSS property * Update CHANGELOG.md Co-authored-by: aduth <aduth@git.wordpress.org> Co-authored-by: ciampo <mciampini@git.wordpress.org>
1 parent 2eca416 commit 363ec91

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

packages/ui/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## Unreleased
44

5+
### Code Quality
6+
7+
- Remove unused CSS property from `Tabs` stylesheet ([#80269](https://github.com/WordPress/gutenberg/pull/80269)).
8+
59
## 0.18.0 (2026-07-14)
610

711
### Breaking Changes

packages/ui/src/tabs/style.module.css

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,10 @@
88
overflow-inline: auto;
99
overscroll-behavior-inline: none;
1010

11-
--direction-factor: 1;
1211
--direction-start: left;
1312
--direction-end: right;
1413

1514
&:dir(rtl) {
16-
--direction-factor: -1;
1715
--direction-start: right;
1816
--direction-end: left;
1917
}

0 commit comments

Comments
 (0)