mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 06:00:16 +01:00
[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:
co-authored by
spookydonut
Azarak
parent
c86243b231
commit
04fa7388eb
@@ -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
Reference in New Issue
Block a user