Skip to content

Commit

Permalink
Improve infobar's component contrast
Browse files Browse the repository at this point in the history
Reduce inconsistencies by inherit component properties such as
shadow, border and bg.

Signed-off-by: Pedro Pinto Silva <[email protected]>
Change-Id: Ia978b229cf4c9616d1d38ccac09644114972b39b
  • Loading branch information
pedropintosilva authored and gokaysatir committed Sep 29, 2022
1 parent f133aa3 commit d4c4774
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion browser/css/override-vex.css
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,8 @@
display: none;
}

.vex.vex-theme-plain .vex-content{
.vex.vex-theme-plain .vex-content,
.vex.vex-theme-bottom-right-corner .vex-content {
box-shadow: 0 1px 10px 1px var(--color-box-shadow);
border-radius: var(--border-radius-large);
background-color: var(--color-background-lighter);
Expand Down

0 comments on commit d4c4774

Please sign in to comment.