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

This commit is contained in:
Dimitrie Hoekstra 2017-10-06 16:06:11 +00:00 committed by Annabel Dunstone Gray
parent 7f8e720f41
commit 0885794008
4 changed files with 18 additions and 0 deletions

View File

@ -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";

View File

@ -0,0 +1,7 @@
.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;
}

View File

@ -202,6 +202,11 @@ $md-area-border: #ddd;
$code_font_size: 12px;
$code_line_height: 1.6;
/*
* Tooltips
*/
$tooltip-font-size: 12px;
/*
* Padding
*/

View File

@ -0,0 +1,5 @@
---
title: Adjust tooltips to adhere to 8px grid and make them more readable
merge_request:
author:
type: changed