Skip to content

Commit

Permalink
Update how tooltips look
Browse files Browse the repository at this point in the history
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
  • Loading branch information
SimonBrandner committed Oct 28, 2021
1 parent 0f299a2 commit b330f8d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions res/css/views/elements/_Tooltip.scss
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ limitations under the License.
display: none;
position: fixed;
border-radius: 8px;
box-shadow: 4px 4px 12px 0 $menu-box-shadow-color;
z-index: 6000; // Higher than context menu so tooltips can be used everywhere
padding: 10px;
pointer-events: none;
Expand All @@ -63,7 +62,7 @@ limitations under the License.
word-break: break-word;
margin-right: 50px;

background-color: $inverted-bg-color;
background-color: #21262CF2; // Same on both themes
color: $accent-fg-color;
border: 0;
text-align: center;
Expand Down

0 comments on commit b330f8d

Please sign in to comment.