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

Fix: Ensure login form inputs are contained within the form container #214

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Update loginout.css

2bd3b4e
Select commit
Loading
Failed to load commit list.
Open

Fix: Ensure login form inputs are contained within the form container #214

Update loginout.css
2bd3b4e
Select commit
Loading
Failed to load commit list.
codefactor.io / CodeFactor failed Nov 6, 2024 in 11s

4 issues fixed. 186 issues found. Autofix available.

Annotations

Check warning on line 374 in assets/css/blocks/button.css

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

assets/css/blocks/button.css#L374

Expected selector ".wp-block-button.is-style-outline-shadow .wp-element-button" to come before selector ".wp-block-button.is-style-outline .wp-element-button:hover". (no-descending-specificity)

Check warning on line 716 in style.css

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

style.css#L716

Expected selector ".wp-block-navigation__responsive-container.is-menu-open" to come before selector ".has-modal-open .header-cta .wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open". (no-descending-specificity)

Check warning on line 96 in assets/css/woocommerce.css

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

assets/css/woocommerce.css#L96

Expected selector ".wc-block-components-text-input input[type=text]" to come before selector ".wc-block-components-form .wc-block-components-text-input input[type=text]". (no-descending-specificity)

Check warning on line 437 in assets/css/woocommerce.css

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

assets/css/woocommerce.css#L437

Expected selector ".wc-block-featured-product h2" to come before selector ".woocommerce ul.products li.product h2". (no-descending-specificity)

Check warning on line 50 in assets/css/blocks/button.scss

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

assets/css/blocks/button.scss#L50

Expected selector ".wp-block-button__link" to come before selector ".wp-block-button.is-style-outline > .wp-block-button__link". (no-descending-specificity)

Check warning on line 124 in assets/css/woocommerce.css

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

assets/css/woocommerce.css#L124

Expected selector ".wc-block-checkout__shipping-option .wc-block-components-radio-control__option" to come before selector ".wc-block-checkout__payment-method .wc-block-components-radio-control__option:first-child". (no-descending-specificity)

Check warning on line 392 in assets/css/woocommerce.css

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

assets/css/woocommerce.css#L392

Expected selector ".woocommerce .woocommerce-checkout-review-order-table tbody th" to come before selector ".woocommerce-page table.shop_table thead th". (no-descending-specificity)

Check warning on line 261 in assets/css/woocommerce.css

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

assets/css/woocommerce.css#L261

Expected selector ".woocommerce-variation-add-to-cart.variations_button .quantity .qty" to come before selector ".woocommerce div.product form.cart div.quantity .qty". (no-descending-specificity)

Check warning on line 229 in assets/css/tec/archive-events.css

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

assets/css/tec/archive-events.css#L229

Expected selector ".tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list" to come before selector "body .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__list". (no-descending-specificity)

Check warning on line 9 in assets/css/blocks/navigation.css

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

assets/css/blocks/navigation.css#L9

Expected selector "body .wp-block-navigation a.wp-block-navigation-item__content" to come before selector ".wp-block-navigation .wp-block-navigation-item:hover > a.wp-block-navigation-item__content". (no-descending-specificity)

Check warning on line 400 in style.css

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

style.css#L400

Expected selector ".post-meta p" to come before selector ".wp-block-quote.is-style-underline-primary-secondary p". (no-descending-specificity)

Check warning on line 266 in assets/css/blocks/button.css

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

assets/css/blocks/button.css#L266

Expected selector ".wp-block-button.is-style-lsx-outline .wp-element-button" to come before selector ".wp-block-button.is-style-outline .wp-element-button:hover". (no-descending-specificity)

Check warning on line 312 in assets/css/editor-style.css

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

assets/css/editor-style.css#L312

Expected selector "a:where(:not(.wp-element-button))" to come before selector "a:not(.wp-element-button)". (no-descending-specificity)

Check warning on line 401 in assets/css/woocommerce.css

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

assets/css/woocommerce.css#L401

Expected selector ".woocommerce table.variations tr td select" to come before selector ".woocommerce div.product form.cart .variations select". (no-descending-specificity)

Check warning on line 61 in assets/css/blocks/button.scss

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

assets/css/blocks/button.scss#L61

Expected selector ".is-style-lsx-outline .wp-element-button" to come before selector ".wp-block-buttons.has-x-small-font-size .wp-element-button". (no-descending-specificity)

Check warning on line 221 in assets/css/blocks/button.scss

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

assets/css/blocks/button.scss#L221

Expected selector ".wp-element-button" to come before selector ".wp-block-button.is-style-outline .wp-element-button:hover". (no-descending-specificity)

Check warning on line 106 in assets/css/woocommerce.css

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

assets/css/woocommerce.css#L106

Expected selector ".wc-block-components-text-input input[type=url]:focus" to come before selector ".wc-block-components-form .wc-block-components-text-input input[type=url]:focus". (no-descending-specificity)

Check warning on line 661 in assets/css/woocommerce.css

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

assets/css/woocommerce.css#L661

Expected selector ".bundle_sells_title h3" to come before selector ".woocommerce-checkout .checkout h3". (no-descending-specificity)

Check warning on line 38 in assets/css/woocommerce/checkout-totals-block.css

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

assets/css/woocommerce/checkout-totals-block.css#L38

Expected selector "table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link" to come before selector ".editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link". (no-descending-specificity)

Check warning on line 727 in style.css

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

style.css#L727

Expected selector ".wp-block-navigation .wp-block-navigation-item" to come before selector ".wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item". (no-descending-specificity)

Check warning on line 106 in assets/css/blocks/button.scss

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

assets/css/blocks/button.scss#L106

Unexpected unknown function "lighten". (function-no-unknown)

Check warning on line 392 in assets/css/woocommerce.css

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

assets/css/woocommerce.css#L392

Expected selector ".woocommerce .woocommerce-checkout-review-order-table tfoot td" to come before selector ".woocommerce table.shop_table tbody:first-child tr:first-child td". (no-descending-specificity)

Check warning on line 447 in assets/css/editor-style.css

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

assets/css/editor-style.css#L447

Expected selector "input[type="submit"]" to come before selector "#field_submit input[type="submit"]". (no-descending-specificity)

Check warning on line 603 in assets/css/woocommerce.css

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

assets/css/woocommerce.css#L603

Expected selector ".wc-block-product-categories select" to come before selector ".variations_form.cart select". (no-descending-specificity)

Check warning on line 330 in assets/css/editor-style.css

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

assets/css/editor-style.css#L330

Expected selector ".wc-block-grid__product .wp-block-button a" to come before selector ".wp-block-navigation:not([style*=text-decoration]) a:focus". (no-descending-specificity)