From cf2816987a0a8620f027bf2f5ecd1b4f87c67759 Mon Sep 17 00:00:00 2001 From: Roman Hotsiy Date: Sun, 13 Mar 2016 01:56:33 +0200 Subject: [PATCH] change look of fields with hint --- lib/components/JsonSchema/json-schema-common.scss | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/lib/components/JsonSchema/json-schema-common.scss b/lib/components/JsonSchema/json-schema-common.scss index e3e7ce97..1c13d370 100644 --- a/lib/components/JsonSchema/json-schema-common.scss +++ b/lib/components/JsonSchema/json-schema-common.scss @@ -101,13 +101,10 @@ $sub-schema-offset: ($bullet-size/2) + $bullet-margin; } .param-type.with-hint { - &:before, &:after { - content: "\\00a0"; - } - background-color: rgba(0, 50, 159, 0.1); - padding: 0.2em 0; - font-size: 0.85em; - border-radius: 3px; + display: inline-block; + margin-bottom: 0.4em; + border-bottom: 1px dotted rgba(38,50,56,0.4); + padding: 0; cursor: help; }