Skip to content

Decouple button semantics and display #92

@kaBeech

Description

@kaBeech

Requisite for #91

Currently all <button> tags are styled to look like this:

guideme_button_tag

Elements that function like buttons but look like this are other elements (like <span>'s) with styling applied:

guideme_pseudo_button

Reverse that, so that all elements that function as <button>'s are <button>'s and buttons that look like the first picture have extra styling applied (.button class?)

Remember to make all elements that function as buttons <button> elements after this is done

Metadata

Metadata

Assignees

No one assigned

    Labels

    PriorityTo be addressed soonbugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions