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:
Mario Vavti 2017-03-02 10:12:00 +01:00
parent d4a957ca16
commit 816f4907e3
4 changed files with 0 additions and 5 deletions

View File

@ -417,7 +417,6 @@ pre {
.contextual-help-content-open {
background: $nav_bg;
top: 50px;
border-bottom: #555 1px solid;
box-shadow: 0px 3px 3px rgba(85,85,85,0.2);
}

View File

@ -294,8 +294,6 @@ pre {
.contextual-help-content-open {
background: #FFF;
top: 50px;
}
.profile-match-wrapper {

View File

@ -367,7 +367,6 @@ pre {
.contextual-help-content-open {
background: $nav_bg;
top: 50px;
border-bottom: #1C5419 1px solid;
box-shadow: 0px 3px 3px rgba(28,84,25,0.2);
}

View File

@ -340,7 +340,6 @@ pre {
.contextual-help-content-open {
background: $nav_bg;
top: 50px;
border-bottom: #FFF 1px solid;
box-shadow: 0px 3px 3px rgba(255,255,255,0.2);
}