Skip to content

Commit

Permalink
fix(slider): disabled slider gets default cursor
Browse files Browse the repository at this point in the history
  • Loading branch information
mdt2 committed Oct 17, 2023
1 parent 0265312 commit fb30aba
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions components/slider/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -520,6 +520,10 @@ governing permissions and limitations under the License.
&.is-disabled {
cursor: default;

.spectrum-Slider-controls {
cursor: default;
}

.spectrum-Slider-handle {
cursor: default;
pointer-events: none;
Expand Down

0 comments on commit fb30aba

Please sign in to comment.