mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Fix menu dropdown icon
This commit is contained in:
parent
d4ad1504a9
commit
6b1444709f
File diff suppressed because one or more lines are too long
@ -266,11 +266,11 @@ $border: 1px solid darken(#D9D9D9, 15%);
|
||||
&.ui-state-active a {
|
||||
&:after {
|
||||
@extend .icon-sprites-32x32;
|
||||
@include sprite($sprites-32x32-arrow_down_lighter);
|
||||
@include sprite($sprites-32x32-arrow_up_lighter, inline-block);
|
||||
}
|
||||
&:hover:after {
|
||||
@extend .icon-sprites-32x32;
|
||||
@include sprite($sprites-32x32-arrow_down_darker);
|
||||
@include sprite($sprites-32x32-arrow_up_darker, inline-block);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user