We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 04c4f44 + 7237688 commit c4d4fafCopy full SHA for c4d4faf
app/assets/stylesheets/wigu/active_admin_theme.css.scss
@@ -85,6 +85,20 @@ body.active_admin {
85
ul {
86
background-color: $skinMainSecondColor;
87
@include rounded($skinBorderRadius);
88
+ li > a {
89
+ padding-left: 15px;
90
+ }
91
+ li.current > a::before, li:hover > a::before {
92
+ content: '';
93
+ display: block;
94
+ width: 7px;
95
+ height: 4px;
96
+ position: absolute;
97
+ top: 12px;
98
+ left: 4px;
99
+ background: transparent image-url('active_admin/nested_menu_arrow_dark.gif') no-repeat 0 0;
100
+ transform: rotate(-90deg);
101
102
}
103
104
li.has_nested:hover {
0 commit comments