fix tooltip bg colors
introduce new color variable for inverted backgrounds like dark tooltip
This commit is contained in:
parent
08c44333cf
commit
137a81501a
4 changed files with 5 additions and 2 deletions
|
@ -57,7 +57,7 @@ limitations under the License.
|
|||
margin-top: -42px;
|
||||
|
||||
&.mx_Tooltip {
|
||||
background-color: $tagpanel-bg-color;
|
||||
background-color: $inverted-bg-color;
|
||||
color: $accent-fg-color;
|
||||
border: 0;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue