Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add vars for tag.is-delete :hover/:focus/:active background color #3703

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Dec 8, 2023

  1. feat: add vars for tag :hover/:focus/:active background

    - Introduces the following variables for tag:
        - `$tag-delete-background-color-focus`: background color for `tag`s
          with `is-delete` modifier when :hover or :focus
        - `$tag-delete-background-color-active`: background color for `tag`s
          with `is-delete` modifier when :active
    
      Introduction of the above variables will break nothing because their
      default bindings are the exact copies of those previously specified to
      `background-color` for :hover/:focus and :active respectively.
    
      This change will allow people to bind `$background` to CSS variables;
      e.g., jgthms#3694
    kikuomax committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    544d7d1 View commit details
    Browse the repository at this point in the history