C2LC-352: Some "disabled" controls still appear active.

Metadata

Source
C2LC-352
Type
Bug
Priority
N/A
Status
Done
Resolution
N/A
Assignee
N/A
Reporter
Created
2021-04-12T04:50:59.491-0400
Updated
2021-05-14T13:54:09.090-0400
Versions
N/A
Fixed Versions
  1. Coding Env 0.8
Component
  1. Coding Environment

Description

When the program is running, various buttons and toggles are "disabled" temporarily, including:

  1. The scene refresh.
  2. The "delete all steps" icon.
  3. The "world picker".
  4. The character position controls.

All of these do not change their appearance when they are "disabled". This is fixed for the character position controls in the pull for C2LC-332, the rest need to be fixed as well.

All of these except for the character position controls still show hover styles when they are disabled.  We need to update to either add a ":not" to exclude the disabled class from the "hover" styles, or to add styles to the "disabled" classes to avoid showing the hover colours.