diff --git a/app/instructionalSupport/studentSupportCallForm/directives/studentPreferences/studentPreferenceTable/priorityButton/priorityButton.css b/app/instructionalSupport/studentSupportCallForm/directives/studentPreferences/studentPreferenceTable/priorityButton/priorityButton.css index df7a567d3..f01fcade7 100644 --- a/app/instructionalSupport/studentSupportCallForm/directives/studentPreferences/studentPreferenceTable/priorityButton/priorityButton.css +++ b/app/instructionalSupport/studentSupportCallForm/directives/studentPreferences/studentPreferenceTable/priorityButton/priorityButton.css @@ -14,7 +14,11 @@ padding-left: 5px; } -.priority-button:hover { +.priority-button--disabled { + cursor: default; +} + +.priority-button:hover:not(.priority-button--disabled) { background-color: #e6ebf1; background-image: linear-gradient(-180deg, #f0f3f6 0%, #e6ebf1 90%); border-color: rgba(27,31,35,0.35); diff --git a/app/instructionalSupport/studentSupportCallForm/directives/studentPreferences/studentPreferenceTable/priorityButton/priorityButton.html b/app/instructionalSupport/studentSupportCallForm/directives/studentPreferences/studentPreferenceTable/priorityButton/priorityButton.html index f730c149f..42629e714 100644 --- a/app/instructionalSupport/studentSupportCallForm/directives/studentPreferences/studentPreferenceTable/priorityButton/priorityButton.html +++ b/app/instructionalSupport/studentSupportCallForm/directives/studentPreferences/studentPreferenceTable/priorityButton/priorityButton.html @@ -1,6 +1,14 @@ -