Skip to content
Snippets Groups Projects
Commit b3a066a3 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray
Browse files

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
No related branches found
No related tags found
2 merge requests!14773Maxraab master patch 51809,!14380Adjust tooltips to adhere to 8px grid and make them more readable
Pipeline #
Loading
Loading
@@ -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";
Loading
Loading
.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;
}
Loading
Loading
@@ -202,6 +202,11 @@ $md-area-border: #ddd;
$code_font_size: 12px;
$code_line_height: 1.6;
 
/*
* Tooltips
*/
$tooltip-font-size: 12px;
/*
* Padding
*/
Loading
Loading
---
title: Adjust tooltips to adhere to 8px grid and make them more readable
merge_request:
author:
type: changed
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment