Skip to content

Commit

Permalink
[Responsive] Minor fixes, fix failing build
Browse files Browse the repository at this point in the history
  • Loading branch information
nisargjhaveri committed Feb 2, 2016
1 parent 1cf8975 commit 8119fd8
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions src/static/styles/core.scss
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ nav.primary-links {
background-size: cover;
background-position: 0 0;
background-attachment: fixed;
background: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .5), rgba(0, 0, 0, 1), rgba(0, 0, 0, 1));
background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .5), rgba(0, 0, 0, 1), rgba(0, 0, 0, 1));

&:before {
content: '';
Expand Down Expand Up @@ -1556,18 +1556,16 @@ textarea {
}

.nav-cum-tooltip-dummy-target {
position: relative;
position: static;
display: block;
top: auto !important;
left: auto !important;
width: auto !important;
height: auto !important;
pointer-events: all;
margin-bottom: 5px;

.nav-cum-tooltip {
position: relative;
// scss-lint:disable ImportantRule
opacity: 1 !important;
// scss-lint:enable ImportantRule
float: left;
clear: both;

Expand Down

0 comments on commit 8119fd8

Please sign in to comment.