lightspeeddevelopment/lsx-health-plan

View on GitHub

Showing 9,134 of 9,134 total issues

Don't use IDs in selectors.
Open

.plan_page_help #wpbody h1 { line-height: 51px; margin-bottom: 20px; }
Severity: Minor
Found in assets/css/help-rtl.css by csslint

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

#lsx-tips-shortcode .lsx-tips-shortcode .diet-tip-wrapper.quick-tip { margin: 0; background: white; padding: 1rem 2rem; }
Severity: Minor
Found in assets/css/lsx-health-plan-rtl.css by csslint

Adjoining classes: #lsx-exercises-shortcode .lsx-exercises-shortcode .lsx-exercises-item.bg-full
Open

#lsx-exercises-shortcode .lsx-exercises-shortcode .lsx-exercises-item.bg-full { background-size: cover; }
Severity: Minor
Found in assets/css/lsx-health-plan-rtl.css by csslint

Heading (h2) should not be qualified.
Open

.plan_page_help #wpbody .box h2:first-child { margin-top: 0; }
Severity: Minor
Found in assets/css/help-rtl.css by csslint

Don't use IDs in selectors.
Open

.plan_page_help #wpbody .box .price { color: #45b964; }
Severity: Minor
Found in assets/css/help-rtl.css by csslint

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

.widget-item-grid-layout .row { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
Severity: Minor
Found in assets/css/lsx-health-plan-rtl.css by csslint

Adjoining classes: .plan_page_help #wpbody .box.support:before
Open

.plan_page_help #wpbody .box.support:before { content: '\f107'; }
Severity: Minor
Found in assets/css/help-rtl.css by csslint

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

.widget-item-grid-layout .row > .col-xs-12:not(:first-child) { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }
Severity: Minor
Found in assets/css/lsx-health-plan-rtl.css by csslint

Adjoining classes: .plan_page_help #wpbody .box.support:before
Open

.plan_page_help #wpbody .box.support:before { content: '\f107'; }
Severity: Minor
Found in assets/css/help-rtl.css by csslint

Adjoining classes: .plan_page_help #wpbody .box.documentation:before
Open

.plan_page_help #wpbody .box.documentation:before { content: '\f123'; }
Severity: Minor
Found in assets/css/help-rtl.css by csslint

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

#lsx-exercises-shortcode .lsx-exercises-shortcode .lsx-exercises-item:before { content: ''; position: absolute; top: 0; right: 0; width: 100%; height: 100%; background-image: linear-gradient(-120deg, #418ad0, #418ad0); opacity: 0.4; -webkit-transition: opacity 0.1s ease-in; transition: opacity 0.1s ease-in; }
Severity: Minor
Found in assets/css/lsx-health-plan-rtl.css by csslint

Don't use IDs in selectors.
Open

.plan_page_help #wpbody .box-clean p:last-child { margin-bottom: 0; }
Severity: Minor
Found in assets/css/help-rtl.css by csslint

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

#lsx-exercises-shortcode .lsx-exercises-shortcode .lsx-exercises-item:hover:before { content: '\f05d'; font-family: FontAwesome; color: rgba(255, 255, 255, 0.6); font-size: 6em; opacity: 1; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: baseline; -ms-flex-align: baseline; align-items: baseline; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
Severity: Minor
Found in assets/css/lsx-health-plan-rtl.css by csslint

Don't use IDs in selectors.
Open

.plan_page_help #wpbody .box.news .date { color: #999; text-transform: uppercase; font-size: 11px; }
Severity: Minor
Found in assets/css/help.css by csslint

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

#lsx-exercises-shortcode .lsx-exercises-shortcode .lsx-exercises-item:hover:before { content: '\f05d'; font-family: FontAwesome; color: rgba(255, 255, 255, 0.6); font-size: 6em; opacity: 1; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: baseline; -ms-flex-align: baseline; align-items: baseline; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
Severity: Minor
Found in assets/css/lsx-health-plan-rtl.css by csslint

The universal selector (*) is known to be slow.
Open

.plan_page_help #wpbody .enrich > * { text-align: left; }
Severity: Minor
Found in assets/css/help.css by csslint

Adjoining classes: .wp-admin.plan_page_lsx_health_plan_options .wp-filter .filter-links > li:nth-of-type(1) > a
Open

.wp-admin.plan_page_lsx_health_plan_options .wp-filter .filter-links > li:nth-of-type(1) > a { margin-right: 0; }

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

@media only screen and (min-width: 1000px) { .wp-admin.plan_page_lsx_health_plan_options .cmb2-wrap.form-table .tab.tab-nav .cmb-row.cmb-type-colorpicker .cmb-td { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; } }

Don't use IDs in selectors.
Open

.plan_page_help #wpbody .box.support:before { content: '\f107'; }
Severity: Minor
Found in assets/css/help.css by csslint

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

@media only screen and (min-width: 1000px) { .wp-admin.plan_page_lsx_health_plan_options .cmb2-wrap.form-table .tab.tab-nav .cmb-row.cmb-type-colorpicker .cmb-td { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; } }
Severity
Category
Status
Source
Language