Skip to content

Commit

Permalink
updated ui/dist
Browse files Browse the repository at this point in the history
  • Loading branch information
ganigeorgiev committed Sep 10, 2022
1 parent 8c11e2e commit 030dfc2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ui/dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
window.Prism.manual = true;
</script>
<script type="module" crossorigin src="./assets/index.994990a4.js"></script>
<link rel="stylesheet" href="./assets/index.9a52adce.css">
<link rel="stylesheet" href="./assets/index.126056bc.css">
</head>
<body>
<div id="app"></div>
Expand Down
4 changes: 4 additions & 0 deletions ui/src/scss/_form.scss
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,10 @@ select,
textarea {
@extend %input;
}
input {
// Safari and GNOME Web has a default height and ignores the min-height
height: var(--inputHeight);
}
input:-webkit-autofill {
-webkit-text-fill-color: var(--txtPrimaryColor);
-webkit-box-shadow: inset 0 0 0 50px var(--baseAlt1Color);
Expand Down

0 comments on commit 030dfc2

Please sign in to comment.