Skip to content

Commit

Permalink
Fix selector-class-pattern - `Selector should be written in lowercase…
Browse files Browse the repository at this point in the history
… with hyphens` issues
  • Loading branch information
texpert committed Nov 9, 2023
1 parent af61422 commit 87e53f2
Showing 1 changed file with 25 additions and 25 deletions.
50 changes: 25 additions & 25 deletions app/apps/themes/florsan_first/assets/css/style.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -814,7 +814,7 @@ div.nav-menu > ul {
font-size: 0.65rem;
}

.widget_calendar a {
.widget-calendar a {
display: block;
}

Expand Down Expand Up @@ -865,7 +865,7 @@ ul.nav-menu ul a,
color: #e6402a;
}

.widget_calendar a:hover {
.widget-calendar a:hover {
background-color: rgba(0, 0, 0, 0.15);
}

Expand Down Expand Up @@ -933,8 +933,8 @@ ul.nav-menu ul a,
color: #ea9629;
}

.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-page-item > a,
.nav-menu .current-page-ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
color: #bc360a;
Expand Down Expand Up @@ -1155,7 +1155,7 @@ ul.nav-menu li:hover > ul,
width: 1px;
z-index: 99999;

&.auto_with {
&.auto-with {
min-width: auto;
}
}
Expand Down Expand Up @@ -2486,26 +2486,26 @@ footer.entry-meta {
* ----------------------------------------------------------------------------
*/

.site-main .mu_register {
.site-main .mu-register {
margin: 0 auto;
max-width: 604px;
width: 100%;
}

.mu_alert {
.mu-alert {
margin-top: 25px;
}

.site-main .mu_register input[type="submit"],
.site-main .mu_register #blog_title,
.site-main .mu_register #user_email,
.site-main .mu_register #blogname,
.site-main .mu_register #user_name {
.site-main .mu-register input[type="submit"],
.site-main .mu-register #blog_title,
.site-main .mu-register #user_email,
.site-main .mu-register #blogname,
.site-main .mu-register #user_name {
font-size: inherit;
width: 270px;
}

.site-main .mu_register input[type="submit"] {
.site-main .mu-register input[type="submit"] {
width: auto;
}

Expand Down Expand Up @@ -2543,44 +2543,44 @@ footer.entry-meta {
}

/* RSS Widget */
.widget_rss .rss-date {
.widget-rss .rss-date {
display: block;
}

.widget_rss .rss-date,
.widget_rss li > cite {
.widget-rss .rss-date,
.widget-rss li > cite {
color: #a2a2a2;
}

/* Calendar Widget */
.widget_calendar table,
.widget_calendar td {
.widget-calendar table,
.widget-calendar td {
border: 0;
border-collapse: separate;
border-spacing: 1px;
}

.widget_calendar caption {
.widget-calendar caption {
font-size: 0.7rem;
margin: 0;
}

.widget_calendar th,
.widget_calendar td {
.widget-calendar th,
.widget-calendar td {
padding: 0;
text-align: center;
}

.widget_calendar tbody td {
.widget-calendar tbody td {
background-color: rgba(255, 255, 255, 0.5);
}

.site-footer .widget_calendar tbody td {
.site-footer .widget-calendar tbody td {
background-color: rgba(255, 255, 255, 0.05);
}

.widget_calendar tbody .pad,
.site-footer .widget_calendar tbody .pad {
.widget-calendar tbody .pad,
.site-footer .widget-calendar tbody .pad {
background-color: transparent;
}

Expand Down

0 comments on commit 87e53f2

Please sign in to comment.