setting top position of contextual-help in schemes does not work with narrow navbar setting. schema css is always called last.
This commit is contained in:
parent
d4a957ca16
commit
816f4907e3
@ -417,7 +417,6 @@ pre {
|
|||||||
|
|
||||||
.contextual-help-content-open {
|
.contextual-help-content-open {
|
||||||
background: $nav_bg;
|
background: $nav_bg;
|
||||||
top: 50px;
|
|
||||||
border-bottom: #555 1px solid;
|
border-bottom: #555 1px solid;
|
||||||
box-shadow: 0px 3px 3px rgba(85,85,85,0.2);
|
box-shadow: 0px 3px 3px rgba(85,85,85,0.2);
|
||||||
}
|
}
|
||||||
|
@ -294,8 +294,6 @@ pre {
|
|||||||
|
|
||||||
.contextual-help-content-open {
|
.contextual-help-content-open {
|
||||||
background: #FFF;
|
background: #FFF;
|
||||||
top: 50px;
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.profile-match-wrapper {
|
.profile-match-wrapper {
|
||||||
|
@ -367,7 +367,6 @@ pre {
|
|||||||
|
|
||||||
.contextual-help-content-open {
|
.contextual-help-content-open {
|
||||||
background: $nav_bg;
|
background: $nav_bg;
|
||||||
top: 50px;
|
|
||||||
border-bottom: #1C5419 1px solid;
|
border-bottom: #1C5419 1px solid;
|
||||||
box-shadow: 0px 3px 3px rgba(28,84,25,0.2);
|
box-shadow: 0px 3px 3px rgba(28,84,25,0.2);
|
||||||
}
|
}
|
||||||
|
@ -340,7 +340,6 @@ pre {
|
|||||||
|
|
||||||
.contextual-help-content-open {
|
.contextual-help-content-open {
|
||||||
background: $nav_bg;
|
background: $nav_bg;
|
||||||
top: 50px;
|
|
||||||
border-bottom: #FFF 1px solid;
|
border-bottom: #FFF 1px solid;
|
||||||
box-shadow: 0px 3px 3px rgba(255,255,255,0.2);
|
box-shadow: 0px 3px 3px rgba(255,255,255,0.2);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user