Skip to content
This repository has been archived by the owner on Mar 10, 2022. It is now read-only.

Commit

Permalink
override bootstrap styles for workspace instance so that canvas navig…
Browse files Browse the repository at this point in the history
…ation controls have the correct styling
  • Loading branch information
aeschylus committed Apr 25, 2017
1 parent b2d4bfb commit 78704df
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions app/assets/stylesheets/workspace.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,17 @@
height: calc(100% - 55px); // should be $navbar-brand-height but the variable is not available
position: fixed;
width: 100%;
// Override bootstrap styles on viewer
// navigation control overlays
a:not([href]):not([tabindex]).hud-control {
color: white;
}
a:not([href]):not([tabindex]):focus.hud-control {
color: white;
}
a:not([href]):not([tabindex]):hover.hud-control {
color: white;
}
}

.sidePanel li>h2 {
Expand Down

0 comments on commit 78704df

Please sign in to comment.