Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nexpie-grafana-theme
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kornkitt Poolsup
nexpie-grafana-theme
Commits
3145a1dd
Commit
3145a1dd
authored
Jul 24, 2019
by
Torkel Ödegaard
Committed by
David
Jul 24, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
TimePicker: Fixed css issue casued by CSS Optimizer (#18244)
Fixes #18158
parent
6144c0f5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
28 additions
and
29 deletions
+28
-29
packages/grafana-ui/src/components/TimePicker/_TimePicker.scss
+28
-29
No files found.
packages/grafana-ui/src/components/TimePicker/_TimePicker.scss
View file @
3145a1dd
...
...
@@ -18,7 +18,6 @@
.time-picker-popover
{
display
:
flex
;
flex-flow
:
row
nowrap
;
justify-content
:
space-around
;
border
:
1px
solid
$popover-border-color
;
border-radius
:
$border-radius
;
...
...
@@ -31,41 +30,41 @@
max-width
:
600px
;
top
:
41px
;
right
:
0px
;
}
.time-picker-popover-body
{
display
:
flex
;
flex-flow
:
row
nowrap
;
justify-content
:
space-around
;
padding
:
$space-md
;
padding-bottom
:
0
;
}
.time-picker-popover-body
{
display
:
flex
;
flex-flow
:
row
nowrap
;
justify-content
:
space-around
;
padding
:
$space-md
;
padding-bottom
:
0
;
}
.time-picker-popover-title
{
font-size
:
$font-size-md
;
font-weight
:
$font-weight-semi-bold
;
}
.time-picker-popover-title
{
font-size
:
$font-size-md
;
font-weight
:
$font-weight-semi-bold
;
}
.time-picker-popover-body-custom-ranges
:first-child
{
margin-right
:
$space-md
;
}
.time-picker-popover-body-custom-ranges
:first-child
{
margin-right
:
$space-md
;
}
.time-picker-popover-body-custom-ranges-input
{
display
:
flex
;
flex-flow
:
row
nowrap
;
align-items
:
center
;
margin-bottom
:
$space-sm
;
.time-picker-popover-body-custom-ranges-input
{
display
:
flex
;
flex-flow
:
row
nowrap
;
align-items
:
center
;
margin-bottom
:
$space-sm
;
.time-picker-input-error
{
box-shadow
:
inset
0
0px
5px
$red
;
}
.time-picker-input-error
{
box-shadow
:
inset
0
0px
5px
$red
;
}
}
.time-picker-popover-footer
{
display
:
flex
;
flex-flow
:
row
nowrap
;
justify-content
:
center
;
padding
:
$space-md
;
}
.time-picker-popover-footer
{
display
:
flex
;
flex-flow
:
row
nowrap
;
justify-content
:
center
;
padding
:
$space-md
;
}
.time-picker-popover-header
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment