change look of fields with hint

This commit is contained in:
Roman Hotsiy 2016-03-13 01:56:33 +02:00
parent 9860e31049
commit cf2816987a

View File

@ -101,13 +101,10 @@ $sub-schema-offset: ($bullet-size/2) + $bullet-margin;
} }
.param-type.with-hint { .param-type.with-hint {
&:before, &:after { display: inline-block;
content: "\\00a0"; margin-bottom: 0.4em;
} border-bottom: 1px dotted rgba(38,50,56,0.4);
background-color: rgba(0, 50, 159, 0.1); padding: 0;
padding: 0.2em 0;
font-size: 0.85em;
border-radius: 3px;
cursor: help; cursor: help;
} }