From d323851a3035ac276e5950ed357afd31c7874db7 Mon Sep 17 00:00:00 2001 From: CBergerDTI <45362380+CBergerDTI@users.noreply.github.com> Date: Fri, 1 Feb 2019 15:25:32 -0500 Subject: [PATCH] MODUL-722 - Cursor not-allowed changed for default (#707) --- src/components/calendar/calendar-renderer/simple-calendar.scss | 2 +- src/components/checkbox/checkbox.scss | 2 +- src/components/datepicker/datepicker.scss | 2 +- src/components/dropdown/dropdown-item/dropdown-item.scss | 2 +- src/components/link/link.scss | 2 +- src/components/list-item/list-item.scss | 2 +- src/components/menu/menu-item/menu-item.scss | 2 +- src/components/menu/menu.scss | 2 +- src/components/navbar/navbar-item/navbar-item.scss | 2 +- src/components/option/option-item/option-item.scss | 2 +- src/components/radio-style/radio-style.scss | 2 +- src/components/radio/radio.scss | 2 +- src/components/steppers/steppers-item/steppers-item.scss | 2 +- src/components/switch/switch.scss | 2 +- src/components/timepicker/timepicker.scss | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) diff --git a/src/components/calendar/calendar-renderer/simple-calendar.scss b/src/components/calendar/calendar-renderer/simple-calendar.scss index 78efcf08f..8f322935f 100644 --- a/src/components/calendar/calendar-renderer/simple-calendar.scss +++ b/src/components/calendar/calendar-renderer/simple-calendar.scss @@ -169,6 +169,6 @@ $m-datepicker--item-dimension: $m-touch-size !default; .m--is-disabled { background-color: none; color: $m-color--grey-light; - cursor: not-allowed; + cursor: default; } } diff --git a/src/components/checkbox/checkbox.scss b/src/components/checkbox/checkbox.scss index 95f18078d..0d962fb0f 100644 --- a/src/components/checkbox/checkbox.scss +++ b/src/components/checkbox/checkbox.scss @@ -169,7 +169,7 @@ $m-checkbox--width: 16px; &.m--is-readonly { .m-checkbox { &__wrap { - cursor: not-allowed; + cursor: default; } &__input { diff --git a/src/components/datepicker/datepicker.scss b/src/components/datepicker/datepicker.scss index 6aff653ae..dc27b0cd9 100644 --- a/src/components/datepicker/datepicker.scss +++ b/src/components/datepicker/datepicker.scss @@ -174,6 +174,6 @@ $m-datepicker--item-dimension: $m-touch-size !default; .m--is-disabled { background-color: none; color: $m-color--grey-light; - cursor: not-allowed; + cursor: default; } } diff --git a/src/components/dropdown/dropdown-item/dropdown-item.scss b/src/components/dropdown/dropdown-item/dropdown-item.scss index 864d70c56..e4d1f077a 100644 --- a/src/components/dropdown/dropdown-item/dropdown-item.scss +++ b/src/components/dropdown/dropdown-item/dropdown-item.scss @@ -39,7 +39,7 @@ $m-dropdown-item--color-active: $m-color--grey-lightest !default; } &.m--is-disabled { - cursor: not-allowed; + cursor: default; color: $m-color--grey-light; } diff --git a/src/components/link/link.scss b/src/components/link/link.scss index f0ab8bcd2..9e631b931 100644 --- a/src/components/link/link.scss +++ b/src/components/link/link.scss @@ -59,7 +59,7 @@ &.m--is-disabled { color: $m-color--disabled; - cursor: not-allowed; + cursor: default; } &.m--is-skin-text { diff --git a/src/components/list-item/list-item.scss b/src/components/list-item/list-item.scss index 78691dc18..1c2262517 100644 --- a/src/components/list-item/list-item.scss +++ b/src/components/list-item/list-item.scss @@ -29,7 +29,7 @@ &.m--is-disabled { color: $m-color--disabled; - cursor: not-allowed; + cursor: default; } &.m--has-trigger { diff --git a/src/components/menu/menu-item/menu-item.scss b/src/components/menu/menu-item/menu-item.scss index cdf0f7b80..a31d402a6 100644 --- a/src/components/menu/menu-item/menu-item.scss +++ b/src/components/menu/menu-item/menu-item.scss @@ -110,7 +110,7 @@ &.m--is-disabled { > .m-menu-item__link { - cursor: not-allowed; + cursor: default; } } diff --git a/src/components/menu/menu.scss b/src/components/menu/menu.scss index 8d6ae850b..4bbd356a9 100644 --- a/src/components/menu/menu.scss +++ b/src/components/menu/menu.scss @@ -47,7 +47,7 @@ } .m-menu.m--is-disabled & { - cursor: not-allowed; + cursor: default; } } diff --git a/src/components/navbar/navbar-item/navbar-item.scss b/src/components/navbar/navbar-item/navbar-item.scss index 44d7cfc2c..cc4170570 100644 --- a/src/components/navbar/navbar-item/navbar-item.scss +++ b/src/components/navbar/navbar-item/navbar-item.scss @@ -34,7 +34,7 @@ &.m--is-disabled { .m-navbar-item__contents { - cursor: not-allowed; + cursor: default; color: $m-color--disabled; } } diff --git a/src/components/option/option-item/option-item.scss b/src/components/option/option-item/option-item.scss index d1af6864b..fecf7a4fa 100644 --- a/src/components/option/option-item/option-item.scss +++ b/src/components/option/option-item/option-item.scss @@ -46,7 +46,7 @@ $m-option-item--color-active: $m-color--grey-lightest !default; } &.m--is-disabled { - cursor: not-allowed; + cursor: default; .m-option-item { &__text, diff --git a/src/components/radio-style/radio-style.scss b/src/components/radio-style/radio-style.scss index aedd52678..71a4063a8 100644 --- a/src/components/radio-style/radio-style.scss +++ b/src/components/radio-style/radio-style.scss @@ -39,7 +39,7 @@ $m-radio--color-disabled-light: $m-color--grey !default; } &.m--is-disabled { - cursor: not-allowed; + cursor: default; .m-radio-style { &__input { diff --git a/src/components/radio/radio.scss b/src/components/radio/radio.scss index db88b72f0..768f8c3f2 100644 --- a/src/components/radio/radio.scss +++ b/src/components/radio/radio.scss @@ -96,7 +96,7 @@ $m-radio--color-disabled: $m-color--disabled !default; &.m--is-disabled { .m-radio { &__wrap { - cursor: not-allowed; + cursor: default; } &__input { diff --git a/src/components/steppers/steppers-item/steppers-item.scss b/src/components/steppers/steppers-item/steppers-item.scss index 2f92cd394..655c3e064 100644 --- a/src/components/steppers/steppers-item/steppers-item.scss +++ b/src/components/steppers/steppers-item/steppers-item.scss @@ -41,7 +41,7 @@ $m-steppers--badge--size: 14px; &.m--is-disabled { .m-steppers-item__button { user-select: none; - cursor: not-allowed; + cursor: default; } .m-steppers-item { diff --git a/src/components/switch/switch.scss b/src/components/switch/switch.scss index 9ea9a93f9..887c4944f 100644 --- a/src/components/switch/switch.scss +++ b/src/components/switch/switch.scss @@ -97,7 +97,7 @@ $m-switch-size: 23px; &.m--is-disabled { .m-switch__body { - cursor: not-allowed; + cursor: default; } } diff --git a/src/components/timepicker/timepicker.scss b/src/components/timepicker/timepicker.scss index b2910f8ce..2ddcd06ae 100644 --- a/src/components/timepicker/timepicker.scss +++ b/src/components/timepicker/timepicker.scss @@ -91,7 +91,7 @@ $m-timepicker--color-active: $m-color--grey-lightest !default; } &.m--is-selected { - cursor: not-allowed; + cursor: default; background: $m-timepicker--color-select; } }