[MIRROR] Fix tgchat lightmode tooltips (#2487)

* Fix tgchat lightmode tooltips

* Update tgui-panel.bundle.css

Co-authored-by: spookydonut <github@spooksoftware.com>
Co-authored-by: Azarak <azarak10@gmail.com>
This commit is contained in:
SkyratBot
2021-01-04 17:09:04 +01:00
committed by GitHub
co-authored by spookydonut Azarak
parent c86243b231
commit 04fa7388eb
3 changed files with 4 additions and 2 deletions
@@ -6,6 +6,7 @@
@use '../base.scss';
@use '../functions.scss' as *;
$color: #ffffff !default;
$background-color: #000000 !default;
$border-radius: base.$border-radius !default;
@@ -32,6 +33,7 @@ $border-radius: base.$border-radius !default;
content: attr(data-tooltip);
transition: all 150ms;
background-color: $background-color;
color: $color;
box-shadow: 0.1em 0.1em 1.25em -0.1em rgba(0, 0, 0, 0.5);
border-radius: $border-radius;
}
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long