Skip to content

Commit

Permalink
Fix divider CSS for v5+
Browse files Browse the repository at this point in the history
  • Loading branch information
nickian committed Oct 23, 2024
1 parent d8ca1a6 commit 76af55f
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion templates/5.0.0/app/bundles/CoreBundle/Assets/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@
right: 0;
left: {{divider_left}}px;
bottom: 0;
border-bottom: 1px solid #202830;
border-bottom: 1px solid {{sidebar_divider}};
}
.app-sidebar.sidebar-left .nav-sidebar > .nav > li > a {
color: {{sidebar_link}};
Expand Down
2 changes: 1 addition & 1 deletion templates/5.0.1/app/bundles/CoreBundle/Assets/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@
right: 0;
left: {{divider_left}}px;
bottom: 0;
border-bottom: 1px solid #202830;
border-bottom: 1px solid {{sidebar_divider}};
}
.app-sidebar.sidebar-left .nav-sidebar > .nav > li > a {
color: {{sidebar_link}};
Expand Down
2 changes: 1 addition & 1 deletion templates/5.0.2/app/bundles/CoreBundle/Assets/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@
right: 0;
left: {{divider_left}}px;
bottom: 0;
border-bottom: 1px solid #202830;
border-bottom: 1px solid {{sidebar_divider}};
}
.app-sidebar.sidebar-left .nav-sidebar > .nav > li > a {
color: {{sidebar_link}};
Expand Down
2 changes: 1 addition & 1 deletion templates/5.0.4/app/bundles/CoreBundle/Assets/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@
right: 0;
left: {{divider_left}}px;
bottom: 0;
border-bottom: 1px solid #202830;
border-bottom: 1px solid {{sidebar_divider}};
}
.app-sidebar.sidebar-left .nav-sidebar > .nav > li > a {
color: {{sidebar_link}};
Expand Down
2 changes: 1 addition & 1 deletion templates/5.1.0/app/bundles/CoreBundle/Assets/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@
right: 0;
left: {{divider_left}}px;
bottom: 0;
border-bottom: 1px solid #202830;
border-bottom: 1px solid {{sidebar_divider}};
}
.app-sidebar.sidebar-left .nav-sidebar > .nav > li > a {
color: {{sidebar_link}};
Expand Down
2 changes: 1 addition & 1 deletion templates/5.1.1/app/bundles/CoreBundle/Assets/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@
right: 0;
left: {{divider_left}}px;
bottom: 0;
border-bottom: 1px solid #202830;
border-bottom: 1px solid {{sidebar_divider}};
}
.app-sidebar.sidebar-left .nav-sidebar > .nav > li > a {
color: {{sidebar_link}};
Expand Down

0 comments on commit 76af55f

Please sign in to comment.