mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Merge pull request #517 from sharelatex/hob-publish-menu-style
Remove ol-variables which cause style problems in SL
This commit is contained in:
commit
5a580b6ef9
1 changed files with 2 additions and 4 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue