Skip to content

Commit

Permalink
fix: fast forward changes in #2905
Browse files Browse the repository at this point in the history
  • Loading branch information
Westbrook committed Apr 20, 2023
1 parent c0c2d48 commit 3a30b27
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
18 changes: 18 additions & 0 deletions packages/slider/src/slider.css
Original file line number Diff line number Diff line change
Expand Up @@ -206,3 +206,21 @@ sp-field-label {
padding: 0;
margin: 0;
}

/**
* Start workaround to fastfoward fixes in https://github.com/adobe/spectrum-web-components/issues/2905
*/

#track {
cursor: pointer;
}

.handle.dragging,
.handle.handle-highlight,
.handle:active {
border-width: var(--spectrum-slider-handle-border-width-down-medium);
}

/**
* End workaround to fastfoward fixes in https://github.com/adobe/spectrum-web-components/issues/2905
*/
3 changes: 3 additions & 0 deletions tools/styles/express/spectrum-core-global.css
Original file line number Diff line number Diff line change
Expand Up @@ -1845,6 +1845,9 @@ governing permissions and limitations under the License.
--spectrum-alias-ui-icon-asterisk-size-100: var(
--spectrum-global-dimension-size-100
);
--spectrum-alias-component-text-color-selected-default: var(
--spectrum-global-color-gray-50
);
--spectrum-alias-component-text-color-selected-hover: var(
--spectrum-alias-component-text-color-selected-default
);
Expand Down

0 comments on commit 3a30b27

Please sign in to comment.