Refactor anchor tags that behave as buttons #13174
Labels
QA/dev-automation
Issues that engineers have written automation around so QA doesn't have look at this
research-needed
Label for design issue that requires more technical research than what is in the issue description
There are several links that are displayed as buttons used throughout Rancher Dashboard. These links require special care to ensure that they behave in a way that a user would expect a button to behave. Requiring developers to take these edge cases into consideration opens the door to inconsistent behavior, as individual implementations can differ.
Notes
The following code snippets are good candidates for review. Both anchor tags and
router-link
can display as a button:dashboard/shell/pages/home.vue
Lines 535 to 542 in e83d18d
dashboard/shell/pages/home.vue
Lines 587 to 619 in e83d18d
dashboard/shell/pages/about.vue
Lines 107 to 116 in e83d18d
The text was updated successfully, but these errors were encountered: