1
0
Fork 0
forked from gitea/nas

Follow up tweaking of admin UI changes part 2 (#31268)

This commit is contained in:
Michael Stanclift 2024-08-08 04:21:54 -05:00 committed by GitHub
parent ac9040b76b
commit 176ba984d4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 7 additions and 28 deletions

View file

@ -441,11 +441,6 @@ code {
border-radius: 4px;
padding: 10px 16px;
&::placeholder {
color: $dark-text-color;
opacity: 1;
}
&:invalid {
box-shadow: none;
}
@ -607,8 +602,7 @@ code {
inset-inline-end: 3px;
top: 1px;
padding: 10px;
padding-bottom: 9px;
font-size: 16px;
font-size: 14px;
color: $dark-text-color;
font-family: inherit;
pointer-events: none;
@ -626,11 +620,6 @@ code {
inset-inline-end: 0;
bottom: 1px;
width: 5px;
background-image: linear-gradient(
to right,
rgba(darken($ui-base-color, 10%), 0),
darken($ui-base-color, 10%)
);
}
}
}