1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Fixing inputs border-radius

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2021-04-15 13:19:17 +03:00
parent 7d12654524
commit f2ff086c39
3 changed files with 4 additions and 3 deletions

View File

@ -126,9 +126,9 @@ export class Preferences extends React.Component {
/>
</section>
<hr className="small"/>
<hr/>
<section id="shell" className="small">
<section id="shell">
<SubTitle title="Terminal Shell Path"/>
<Input
theme="round-black"

View File

@ -98,7 +98,7 @@
label {
background: var(--inputControlBackground);
border: 1px solid var(--inputControlBorder);
border-radius: 4px;
border-radius: 5px;
padding: $padding;
color: var(--textColorTertiary);

View File

@ -206,6 +206,7 @@ html {
&__control {
box-shadow: 0 0 0 1px var(--inputControlBorder);
background: var(--inputControlBackground);
border-radius: 5px;
}
&__single-value {