Merge pull request #517 from sharelatex/hob-publish-menu-style

Remove ol-variables which cause style problems in SL
This commit is contained in:
Hugh O'Brien 2018-04-27 14:54:30 +01:00 committed by GitHub
commit 5a580b6ef9

View file

@ -1,5 +1,3 @@
@import "core/ol-variables.less";
.modal-body-publish { .modal-body-publish {
#search-input-container { #search-input-container {
overflow: hidden; overflow: hidden;
@ -26,7 +24,7 @@
font-size: 14px; font-size: 14px;
} }
.button-as-link{ .button-as-link{
color: @ol-green; color: green;
text-transform: none; text-transform: none;
background: none; background: none;
padding: 0; padding: 0;
@ -37,7 +35,7 @@
&:hover, &:hover,
&:active, &:active,
&:focus { &:focus {
color: @ol-dark-green; color: green;
background: none; background: none;
} }
text-align: left; text-align: left;