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
fff5d715
Unverified
Commit
fff5d715
authored
Apr 25, 2018
by
Marcus Efraimsson
Committed by
GitHub
Apr 25, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #11721 from grafana/11677-missaligned-menu-carot
fix misalignment of unit and other drop downs in firefox
parents
4b73f677
99aa9a46
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
11 deletions
+9
-11
public/sass/components/_dropdown.scss
+9
-11
No files found.
public/sass/components/_dropdown.scss
View file @
fff5d715
...
...
@@ -256,17 +256,15 @@
// Caret to indicate there is a submenu
.
dropdown-submenu
>
a
:
:
after
{
display
:
block
;
content
:
' '
;
float
:
right
;
width
:
0
;
height
:
0
;
border-color
:
transparent
;
border-style
:
solid
;
border-width
:
5px
0
5px
5px
;
border-left-color
:
$text-color-weak
;
margin-top
:
5px
;
margin-right
:
-4px
;
position
:
absolute
;
top
:
35%
;
right
:
$input-padding-x
;
background-color
:
transparent
;
color
:
$text-color-weak
;
font
:
normal
normal
normal
$font-size-sm
/
1
FontAwesome
;
content
:
'\f0da'
;
pointer-events
:
none
;
font-size
:
11px
;
}
.dropdown-submenu
:hover
>
a
::after
{
border-left-color
:
$dropdownLinkColorHover
;
...
...
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