Commit b3a066a3 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Merge branch 'adjusting-tooltips' into 'master'

Adjust tooltips to adhere to 8px grid and make them more readable

See merge request gitlab-org/gitlab-ce!14380
parents 7f8e720f 08857940
......@@ -40,6 +40,7 @@
@import "framework/tables";
@import "framework/notes";
@import "framework/timeline";
@import "framework/tooltips";
@import "framework/typography";
@import "framework/zen";
@import "framework/blank";
......
.tooltip-inner {
font-size: $tooltip-font-size;
border-radius: $border-radius-default;
line-height: 16px;
font-weight: $gl-font-weight-normal;
padding: $gl-btn-padding;
}
......@@ -202,6 +202,11 @@ $md-area-border: #ddd;
$code_font_size: 12px;
$code_line_height: 1.6;
/*
* Tooltips
*/
$tooltip-font-size: 12px;
/*
* Padding
*/
......
---
title: Adjust tooltips to adhere to 8px grid and make them more readable
merge_request:
author:
type: changed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment