Extract tooltip styling to a shared class
We want to use the same styling with edited tooltip as well, so this extracts the shared bits.
This commit is contained in:
parent
3da1f73ea4
commit
059988ff5c
6 changed files with 20 additions and 16 deletions
|
@ -264,8 +264,9 @@ $reaction-row-button-border-color: #e9edf1;
|
|||
$reaction-row-button-hover-border-color: $focus-bg-color;
|
||||
$reaction-row-button-selected-bg-color: #e9fff9;
|
||||
$reaction-row-button-selected-border-color: $accent-color;
|
||||
$reaction-row-button-tooltip-bg-color: $tagpanel-bg-color;
|
||||
$reaction-row-button-tooltip-fg-color: #ffffff;
|
||||
|
||||
$tooltip-timeline-bg-color: $tagpanel-bg-color;
|
||||
$tooltip-timeline-fg-color: #ffffff;
|
||||
|
||||
// ***** Mixins! *****
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue