Skip to content

Commit

Permalink
fix(slider): sizing issues (carbon-design-system#11285)
Browse files Browse the repository at this point in the history
### Related Ticket(s)

Closes carbon-design-system#11272 

### Description

{{Add a human-readable description / detail summary of what the PR is changing and any details around how and why}}

{{If applicable, include a screenshot indicating an example or examples of what the PR is changing in the application}}

### Changelog

**New**

- {{new thing}}

**Changed**

- {{changed thing}}

**Removed**

- {{removed thing}}

<!-- React and Web Component deploy previews are enabled by default. -->
<!-- To enable additional available deploy previews, apply the following -->
<!-- labels for the corresponding package: -->
<!-- *** "test: e2e": Codesandbox examples and e2e integration tests -->
<!-- *** "package: services": Services -->
<!-- *** "package: utilities": Utilities -->
<!-- *** "RTL": React / Web Components (RTL) -->
<!-- *** "feature flag": React / Web Components (experimental) -->
  • Loading branch information
ariellalgilmore authored and kennylam committed Mar 11, 2024
1 parent f308419 commit 55edf39
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ $css--plex: true !default;

.#{$prefix}--slider__thumb {
transform: translate(-50%, -50%) #{'/*rtl:ignore*/'};

// TODO when updating to core carbon's #15129
z-index: 3;
width: 0.875rem;
height: 0.875rem;
inset: inherit;
}

.#{$prefix}--slider__thumb:focus
Expand Down

0 comments on commit 55edf39

Please sign in to comment.