Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit b330f8d

Browse files
committed
Update how tooltips look
Signed-off-by: Šimon Brandner <[email protected]>
1 parent 0f299a2 commit b330f8d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: res/css/views/elements/_Tooltip.scss

+1-2
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ limitations under the License.
5252
display: none;
5353
position: fixed;
5454
border-radius: 8px;
55-
box-shadow: 4px 4px 12px 0 $menu-box-shadow-color;
5655
z-index: 6000; // Higher than context menu so tooltips can be used everywhere
5756
padding: 10px;
5857
pointer-events: none;
@@ -63,7 +62,7 @@ limitations under the License.
6362
word-break: break-word;
6463
margin-right: 50px;
6564

66-
background-color: $inverted-bg-color;
65+
background-color: #21262CF2; // Same on both themes
6766
color: $accent-fg-color;
6867
border: 0;
6968
text-align: center;

0 commit comments

Comments
 (0)