diff options
| author | Ben Beltran <ben@nsovocal.com> | 2019-03-14 23:19:58 +0100 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2019-03-14 23:19:58 +0100 |
| commit | b009b50e81b6c1d0d691505b5f5c0418f559bfc0 (patch) | |
| tree | 5fae800e76219eba28634cb236565f9b4bb7a2f7 /atom/packages/aesthetic-ui/styles/tooltips.less | |
| parent | 4efcafab7f0aa454f9ebe767133654bc9f44e12c (diff) | |
Remove Atom config
Diffstat (limited to 'atom/packages/aesthetic-ui/styles/tooltips.less')
| -rw-r--r-- | atom/packages/aesthetic-ui/styles/tooltips.less | 50 |
1 files changed, 0 insertions, 50 deletions
diff --git a/atom/packages/aesthetic-ui/styles/tooltips.less b/atom/packages/aesthetic-ui/styles/tooltips.less deleted file mode 100644 index 37550e0..0000000 --- a/atom/packages/aesthetic-ui/styles/tooltips.less +++ /dev/null @@ -1,50 +0,0 @@ -@import "ui-variables"; - -.tooltip { - @tip-background-color: #333; - @tip-text-color: #fff; - white-space: nowrap; - - .keystroke { - font-family: Helvetica, Arial, sans-serif; - font-size: 13px; - color: #c0c0c0; - padding-left: 2px; - } - - &.in { opacity: 1; } - - .tooltip-inner { - line-height: 19px; - border-radius: @component-border-radius; - background-color: @tip-background-color; - color: @tip-text-color; - white-space: nowrap; - max-width: none; - } - - &.top .tooltip-arrow { - border-top-color: @tip-background-color; - } - &.top-left .tooltip-arrow { - border-top-color: @tip-background-color; - } - &.top-right .tooltip-arrow { - border-top-color: @tip-background-color; - } - &.right .tooltip-arrow { - border-right-color: @tip-background-color; - } - &.left .tooltip-arrow { - border-left-color: @tip-background-color; - } - &.bottom .tooltip-arrow { - border-bottom-color: @tip-background-color; - } - &.bottom-left .tooltip-arrow { - border-bottom-color: @tip-background-color; - } - &.bottom-right .tooltip-arrow { - border-bottom-color: @tip-background-color; - } -} |