Skip to content

Commit

Permalink
Remove outdated vex hyperlink warn popup related css
Browse files Browse the repository at this point in the history
Signed-off-by: Pedro Pinto Silva <[email protected]>
Change-Id: I04eb48bb14d31dcb53141d245bb61fd5420a61d2
  • Loading branch information
pedropintosilva committed Nov 29, 2022
1 parent d6ddae7 commit f142a28
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions browser/css/override-vex.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,6 @@
.vex-theme-bottom-right-corner .vex-dialog-message {
font-size: 1em;
}
.vex-dialog-external-url::before {
content: 'URL';
border-radius: var(--border-radius);
padding: 1px 2px;
margin-right: 2px;
font-size: 11px;
border: 1px solid var(--color-border-lighter);
background: var(--color-background-lighter);
color: var(--color-text-lighter);
box-sizing: border-box;
vertical-align: top;
font-weight: bold;
}
.vex-dialog-external-url {
font-size: 16px;
font-weight: normal;
}
/* Place above statusbar */
.vex.vex-theme-bottom-right-corner .vex-content {
bottom: 40px !important;
Expand Down

0 comments on commit f142a28

Please sign in to comment.