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
0573545d
Commit
0573545d
authored
Jan 29, 2018
by
Johannes Schill
Committed by
Torkel Ödegaard
Jan 29, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ui: Fix Firefox align issue in dropdowns #10527 (#10662)
parent
b1cf4cf0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
public/sass/components/_dropdown.scss
+5
-5
No files found.
public/sass/components/_dropdown.scss
View file @
0573545d
...
...
@@ -33,7 +33,7 @@
border-top
:
4px
solid
$text-color-weak
;
border-right
:
4px
solid
transparent
;
border-left
:
4px
solid
transparent
;
content
:
""
;
content
:
''
;
}
// Place the caret
...
...
@@ -218,7 +218,7 @@
.caret
{
border-top
:
0
;
border-bottom
:
4px
solid
$black
;
content
:
""
;
content
:
''
;
}
// Different positioning for bottom up menu
.dropdown-menu
{
...
...
@@ -255,9 +255,9 @@
}
// Caret to indicate there is a submenu
.
dropdown-submenu
>
a
:
:
after
{
.
dropdown-submenu
>
a
:
:
before
{
display
:
block
;
content
:
" "
;
content
:
' '
;
float
:
right
;
width
:
0
;
height
:
0
;
...
...
@@ -312,7 +312,7 @@
width
:
2rem
;
display
:
inline-block
;
text-align
:
center
;
content
:
"\f11c"
;
content
:
'\f11c'
;
}
}
...
...
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