mirror of
https://github.com/grafana/grafana.git
synced 2025-02-11 08:05:43 -06:00
TimePicker: Should display in kiosk mode (#21816)
* Timepicker class fixed * Missed arrow in dashboard title
This commit is contained in:
parent
6dada090b3
commit
7638156666
@ -158,7 +158,7 @@ export class UnthemedTimePicker extends PureComponent<Props, State> {
|
||||
const hasAbsolute = isDateTime(value.raw.from) || isDateTime(value.raw.to);
|
||||
const syncedTimePicker = timeSyncButton && isSynced;
|
||||
const timePickerIconClass = cx('fa fa-clock-o fa-fw', { ['icon-brand-gradient']: syncedTimePicker });
|
||||
const timePickerButtonClass = cx('btn navbar-button navbar-button--zoom', {
|
||||
const timePickerButtonClass = cx('btn navbar-button navbar-button--tight', {
|
||||
[`btn--radius-right-0 ${styles.noRightBorderStyle}`]: !!timeSyncButton,
|
||||
[`explore-active-button-glow ${styles.syncedTimePicker}`]: syncedTimePicker,
|
||||
});
|
||||
|
@ -35,7 +35,7 @@ exports[`TimePicker renders buttons correctly 1`] = `
|
||||
>
|
||||
<button
|
||||
aria-label="TimePicker Open Button"
|
||||
className="btn navbar-button navbar-button--zoom"
|
||||
className="btn navbar-button navbar-button--tight"
|
||||
onClick={[Function]}
|
||||
>
|
||||
<i
|
||||
@ -342,7 +342,7 @@ exports[`TimePicker renders content correctly after beeing open 1`] = `
|
||||
>
|
||||
<button
|
||||
aria-label="TimePicker Open Button"
|
||||
className="btn navbar-button navbar-button--zoom"
|
||||
className="btn navbar-button navbar-button--tight"
|
||||
onClick={[Function]}
|
||||
>
|
||||
<i
|
||||
|
@ -14,6 +14,7 @@
|
||||
}
|
||||
|
||||
i.navbar-page-btn__folder-icon {
|
||||
display: inline-block;
|
||||
opacity: inherit;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user