mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
Use configured font settings in tooltips
This commit is contained in:
6
static/bootstrap-overrides.less
vendored
6
static/bootstrap-overrides.less
vendored
@@ -26,3 +26,9 @@ body {
|
||||
font-family: inherit; // inherit from html
|
||||
font-size: inherit; // inherit from html
|
||||
}
|
||||
|
||||
// Latest Bootstrap specifies the font properties again instead of inheriting
|
||||
.tooltip {
|
||||
font-family: @font-family;
|
||||
font-size: @font-size;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user