We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fd27c8e + a71ace9 commit cb6e49dCopy full SHA for cb6e49d
1 file changed
app/assets/stylesheets/wigu/active_admin_theme.scss
@@ -376,6 +376,15 @@ body.active_admin {
376
padding: $skinTablePadding 12px $skinTablePadding 12px;
377
}
378
379
+ // active_admin_sidebar: align toggle button with sidebar section (no top margin in theme)
380
+ #active_admin_content.collapsible_sidebar .sidebar_toggle_btn {
381
+ top: 0;
382
+ background-color: $skinMainSecondColor;
383
+ &:hover {
384
+ background-color: lighten($skinMainSecondColor, 5%);
385
+ }
386
387
+
388
.sidebar_section.panel {
389
background-image: none;
390
box-shadow: none;
0 commit comments