From e76a15e4e08e9925c3dd4969025e55c2190a348f Mon Sep 17 00:00:00 2001 From: hugh-obrien Date: Fri, 27 Apr 2018 14:50:52 +0100 Subject: [PATCH] remove ol core variables --- .../web/public/stylesheets/app/editor/publish-modal.less | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/services/web/public/stylesheets/app/editor/publish-modal.less b/services/web/public/stylesheets/app/editor/publish-modal.less index 46c86395c5..e3320f85f0 100644 --- a/services/web/public/stylesheets/app/editor/publish-modal.less +++ b/services/web/public/stylesheets/app/editor/publish-modal.less @@ -1,5 +1,3 @@ -@import "core/ol-variables.less"; - .modal-body-publish { #search-input-container { overflow: hidden; @@ -26,7 +24,7 @@ font-size: 14px; } .button-as-link{ - color: @ol-green; + color: green; text-transform: none; background: none; padding: 0; @@ -37,7 +35,7 @@ &:hover, &:active, &:focus { - color: @ol-dark-green; + color: green; background: none; } text-align: left;