assets/css/scss/_cmb_tabbed_theme.scss
Selector settings_page_lsx-search-settings
should be written in lowercase with hyphens Open
Open
.wp-admin.settings_page_lsx-search-settings {
- Exclude checks
Color literals like #0073aa
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
color: #0073aa;
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
div.cmb-th {
- Exclude checks
Properties should be ordered background, -moz-background-clip, -webkit-background-clip, background-clip, border, -webkit-border-radius, border-radius, font-size, font-weight, left, padding, position, top Open
Open
font-size: .4em;
- Exclude checks
Color literals like #23282d
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
color: #23282d;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
.cmb2-wrap {
- Exclude checks
!important should not be used Open
Open
padding: 20px 10px 20px 0 !important;
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 5 Open
Open
input[type=radio] {
- Exclude checks
Color literals like #f5f5f5
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
background: #f5f5f5;
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
&:nth-of-type(1) {
- Exclude checks
Properties should be ordered color, font-size, font-weight, line-height, min-width, padding, text-align, text-shadow, vertical-align, width Open
Open
text-align: left;
- Exclude checks
0px
should be written without units as 0
Open
Open
padding-top: 0px !important;
- Exclude checks
0px
should be written without units as 0
Open
Open
margin-top: 0px;
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
.current {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
&:hover {
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
h3.cmb2-metabox-title {
- Exclude checks
!important should not be used Open
Open
min-width: 210px !important;
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
div.cmb-td {
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Properties should be ordered border-bottom, color, margin Open
Open
color: #0073aa;
- Exclude checks
Properties should be ordered margin-right, padding, text-align Open
Open
text-align: left !important;
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 5 Open
Open
&:nth-of-type(1) {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 6 Open
Open
.cmb2-metabox-title {
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
.wp-filter {
- Exclude checks
Properties should be ordered border-bottom, color, font-weight Open
Open
font-weight: 600;
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
>li {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 6 Open
Open
select {
- Exclude checks
Use //
comments everywhere Open
Open
/* CMB2 Settings Styles */
- Exclude checks
Avoid vendor prefixes. Open
Open
-moz-background-clip: padding;
- Exclude checks
Properties should be ordered -webkit-box-direction, -webkit-box-orient, display, -ms-flex-direction, flex-direction Open
Open
display: -webkit-box;
- Exclude checks
Avoid vendor prefixes. Open
Open
-ms-flex-direction: row;
- Exclude checks
Color literals like #32373c
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
color: #32373c;
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
p.cmb2-metabox-description {
- Exclude checks
Properties should be ordered float, margin-right, margin-top Open
Open
margin-top: -4px;
- Exclude checks
border-bottom: 0
is preferred over border-bottom: none
Open
Open
border-bottom: none;
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 5 Open
Open
.cmb-td {
- Exclude checks
!important should not be used Open
Open
text-align: left !important;
- Exclude checks
Line should be indented with spaces, not tabs Open
Open
span.version {
- Exclude checks
Color literals like #ccc
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
border: 1px solid #ccc;
- Exclude checks
Properties should be ordered color, font-style, line-height, margin, margin-bottom, margin-top Open
Open
margin: 2px 0 5px;
- Exclude checks
Avoid qualifying class selectors with an element. Open
Open
span.version {
- Exclude checks
Avoid vendor prefixes. Open
Open
-webkit-background-clip: padding-box;
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
.current {
- Exclude checks
Color literals like #00a0d2
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
color: #00a0d2;
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 5 Open
Open
>a {
- Exclude checks
Color literals like #23282d
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
color: #23282d;
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 5 Open
Open
p.cmb2-metabox-description {
- Exclude checks
Files should end with a trailing newline Open
Open
}
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 5 Open
Open
h3.cmb2-metabox-title {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 5 Open
Open
div.cmb-th {
- Exclude checks
Color literals like #23282d
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
color: #23282d;
- Exclude checks
Properties should be ordered border, margin-top Open
Open
margin-top: 0;
- Exclude checks
0px
should be written without units as 0
Open
Open
margin-bottom: 0px;
- Exclude checks
Properties should be ordered -webkit-appearance, background-size, border-color, border-radius, box-shadow, color, cursor, font-size, line-height, max-width, min-height, padding, vertical-align Open
Open
font-size: 14px;
- Exclude checks
Color literals like #7e8993
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
border-color: #7e8993;
- Exclude checks
Colon after property should be followed by one space Open
Open
margin-right:15px;
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Color literals like #23282d
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
color: #23282d;
- Exclude checks
Rule declaration should be followed by an empty line Open
Open
}
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 5 Open
Open
>a {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 5 Open
Open
&:hover {
- Exclude checks
!important should not be used Open
Open
padding-top: 0px !important;
- Exclude checks
Use //
comments everywhere Open
Open
/**
- Exclude checks
border: 0
is preferred over border: none
Open
Open
border: none;
- Exclude checks
Rule declaration should be preceded by an empty line Open
Open
.filter-links {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
&.cmb-type-colorpicker {
- Exclude checks
Properties should be ordered color, font-size, -webkit-font-smoothing, font-weight, line-height, margin, margin-bottom Open
Open
margin: 1em 0;
- Exclude checks
Expected item on line 144 to appear before line 111. Rule sets should be ordered as follows: @extends
, @includes
without @content
, properties, @includes
with @content
, nested rule sets Open
Open
margin-right: 15px;
- Exclude checks
Avoid vendor prefixes. Open
Open
-webkit-border-radius: 10px;
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
>li {
- Exclude checks
Nesting should be no greater than 3, but was 4 Open
Open
.tab.tab-nav {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 6 Open
Open
input {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 6 Open
Open
&.cmb2-upload-file {
- Exclude checks
Color literals like #666
should only be used in variable declarations; they should be referred to via variable everywhere else. Open
Open
color: #666;
- Exclude checks
border-bottom: 0
is preferred over border-bottom: none
Open
Open
border-bottom: none;
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 4 Open
Open
.cmb-row {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 5 Open
Open
div.cmb-td {
- Exclude checks
Selector should have depth of applicability no greater than 3, but was 6 Open
Open
.cmb2-media-status {
- Exclude checks
Avoid qualifying attribute selectors with an element. Open
Open
input[type=radio] {
- Exclude checks