mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
dashfolders: css class as parameter for Picker
For the permissions picker, pass in an extra class to decide if the description should be aligned left or right.
This commit is contained in:
@@ -39,10 +39,6 @@ $select-option-selected-bg: $dropdownLinkBackgroundActive;
|
||||
color: $input-color-placeholder;
|
||||
}
|
||||
|
||||
.Select-menu-outer {
|
||||
right: 0;
|
||||
}
|
||||
|
||||
> .Select-control {
|
||||
@include select-control();
|
||||
border-color: $dark-3;
|
||||
@@ -102,3 +98,9 @@ $select-option-selected-bg: $dropdownLinkBackgroundActive;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.gf-form-input--form-dropdown-right {
|
||||
.Select-menu-outer {
|
||||
right: 0;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user