Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

.quantity-input display : none not working #165

Copy link
Copy link
@sudobyNM

Description

@sudobyNM
Issue body actions

.quantity-input display : none not working . It is setting to display: inline-block by default - checked in devTools.
Can someone explain it ?? here is my code

  <input class="quantity-input-${matchingProduct.id}"/>

css

  display: none;

}

.save-quantity-link {
  display: none;
}

.is-editing-quantity .quantity-input {
  display: initial;
}

.is-editing-quantity .save-quantity-link{
  display: initial;
}```

Reactions are currently unavailable

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.