lightspeeddevelopment/lsx-health-plan

View on GitHub

Showing 9,134 of 9,134 total issues

Don't use IDs in selectors.
Open

#edit-account-tab .edit-account-section .my-stats .form-row.calculate-bmi .btn:hover, #edit-account-tab .edit-account-section .my-stats .form-row.calculate-bmi .btn:active:hover, #edit-account-tab .edit-account-section .my-stats .form-row.calculate-bmi .btn:visited:hover, #edit-account-tab .stat-section .my-stats .form-row.calculate-bmi .btn:hover, #edit-account-tab .stat-section .my-stats .form-row.calculate-bmi .btn:active:hover, #edit-account-tab .stat-section .my-stats .form-row.calculate-bmi .btn:visited:hover { background-color: #f7941d; color: white; }
Severity: Minor
Found in assets/css/lsx-health-plan-rtl.css by csslint

Don't use IDs in selectors.
Open

#edit-account-tab .edit-account-section .description .bmi-total:hover, #edit-account-tab .stat-section .description .bmi-total:hover { background: transparent; }
Severity: Minor
Found in assets/css/lsx-health-plan-rtl.css by csslint

2 IDs in the selector, really?
Open

#edit-account-tab .edit-account-section .wpua-edit-container #wpua-add-existing, #edit-account-tab .stat-section .wpua-edit-container #wpua-add-existing { background-color: #dcdcdc; -webkit-box-shadow: -2px 2px 0 0 #969696; box-shadow: -2px 2px 0 0 #969696; color: #4e4e4e; }
Severity: Minor
Found in assets/css/lsx-health-plan-rtl.css by csslint

2 IDs in the selector, really?
Open

#edit-account-tab .edit-account-section .wpua-edit-container #wpua-preview-existing img, #edit-account-tab .stat-section .wpua-edit-container #wpua-preview-existing img { border-radius: 50%; }
Severity: Minor
Found in assets/css/lsx-health-plan-rtl.css by csslint

2 IDs in the selector, really?
Open

#edit-account-tab .edit-account-section .wpua-edit-container #wpua-remove-existing, #edit-account-tab .stat-section .wpua-edit-container #wpua-remove-existing { color: #4e4e4e; background: none; -webkit-box-shadow: none; box-shadow: none; padding: 0; }
Severity: Minor
Found in assets/css/lsx-health-plan-rtl.css by csslint

2 IDs in the selector, really?
Open

#edit-account-tab .edit-account-section .wpua-edit-container #wpua-remove-existing:hover, #edit-account-tab .stat-section .wpua-edit-container #wpua-remove-existing:hover { color: #969696; }
Severity: Minor
Found in assets/css/lsx-health-plan-rtl.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

#single-plan-nav { margin-bottom: 15px; clear: both; }
Severity: Minor
Found in assets/css/lsx-health-plan-rtl.css by csslint

Adjoining classes: #single-plan-nav .nav.nav-pills::-webkit-scrollbar-thumb
Open

  #single-plan-nav .nav.nav-pills::-webkit-scrollbar-thumb { background-color: #418ad0; } }
Severity: Minor
Found in assets/css/lsx-health-plan-rtl.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

@media (max-width: 600px) { #single-plan-nav .nav.nav-pills li a { font-size: 13px; width: 100%; padding: 15px; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; text-align: center; } }
Severity: Minor
Found in assets/css/lsx-health-plan-rtl.css by csslint

The property -ms-box-direction is compatible with -webkit-box-direction and should be included as well.
Open

@media (max-width: 600px) { #single-plan-nav .nav.nav-pills li a { font-size: 13px; width: 100%; padding: 15px; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; text-align: center; } }
Severity: Minor
Found in assets/css/lsx-health-plan-rtl.css by csslint

Don't use IDs in selectors.
Open

#single-plan-nav .nav.nav-pills li a.workout-tab svg { max-width: 28px; }
Severity: Minor
Found in assets/css/lsx-health-plan-rtl.css by csslint

Adjoining classes: #single-plan-nav .nav.nav-pills li:hover .recipes-tab svg g
Open

#single-plan-nav .nav.nav-pills li.active .warm-up-tab svg g, #single-plan-nav .nav.nav-pills li.active .recipes-tab svg g, #single-plan-nav .nav.nav-pills li:hover .warm-up-tab svg g, #single-plan-nav .nav.nav-pills li:hover .recipes-tab svg g { fill: white !important; }
Severity: Minor
Found in assets/css/lsx-health-plan-rtl.css by csslint

The property -ms-box-pack is compatible with -webkit-box-pack and should be included as well.
Open

@media (max-width: 600px) { .my-profile-block #dashboard-card { -webkit-box-pack: end; -ms-flex-pack: end; justify-content: end; padding-right: 0; padding-left: 0; } }
Severity: Minor
Found in assets/css/lsx-health-plan-rtl.css by csslint

Rule doesn't have all its properties in alphabetical order.
Open

.my-profile-block .profile-navigation { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin: 0; margin-left: 20px; }
Severity: Minor
Found in assets/css/lsx-health-plan-rtl.css by csslint

The property -moz-box-orient is compatible with -webkit-box-orient and should be included as well.
Open

.my-profile-block .profile-navigation { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin: 0; margin-left: 20px; }
Severity: Minor
Found in assets/css/lsx-health-plan-rtl.css by csslint

The property -ms-box-orient is compatible with -webkit-box-orient and should be included as well.
Open

@media (max-width: 768px) { .gutenberg-compatible-template.using-gutenberg .entry-content .my-profile-block .wp-block-cover__inner-container { padding: 10rem 3rem 3rem; min-height: 250px; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; } }
Severity: Minor
Found in assets/css/lsx-health-plan-rtl.css by csslint

The property -moz-box-pack is compatible with -webkit-box-pack and should be included as well.
Open

.daily-plan-block { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; }
Severity: Minor
Found in assets/css/lsx-health-plan-rtl.css by csslint

Adjoining classes: .gutenberg-compatible-template.using-gutenberg .entry-content .my-profile-block .wp-block-cover__inner-container
Open

@media (max-width: 600px) { .gutenberg-compatible-template.using-gutenberg .entry-content .my-profile-block .wp-block-cover__inner-container { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: end; -ms-flex-align: end; align-items: end; } }
Severity: Minor
Found in assets/css/lsx-health-plan-rtl.css by csslint

Adjoining classes: .gutenberg-compatible-template.using-gutenberg .entry-content .my-profile-block .wp-block-cover__inner-container
Open

@media (max-width: 768px) { .gutenberg-compatible-template.using-gutenberg .entry-content .my-profile-block .wp-block-cover__inner-container { padding: 10rem 3rem 3rem; min-height: 250px; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; } }
Severity: Minor
Found in assets/css/lsx-health-plan-rtl.css by csslint

The property -ms-box-pack is compatible with -webkit-box-pack and should be included as well.
Open

@media (max-width: 768px) { .my-profile-block #dashboard-card { max-width: 600px; top: 0; width: 100%; padding: 2rem; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; } }
Severity: Minor
Found in assets/css/lsx-health-plan-rtl.css by csslint
Severity
Category
Status
Source
Language