commented out firefox polyfill ad well as xmodule css editor changes
This commit is contained in:
@@ -954,4 +954,19 @@ body.unit {
|
||||
.view-button {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
// Latex Compiler
|
||||
// ====================
|
||||
.launch-latex-compiler {
|
||||
background-color: $white;
|
||||
padding: 10px 0 10px 20px;
|
||||
border-bottom: 1px solid $gray-l2;
|
||||
opacity: .8;
|
||||
|
||||
|
||||
&:hover {
|
||||
@include transition(opacity 0.25s ease-in-out);
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user