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:
parent
7d12654524
commit
f2ff086c39
@ -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"
|
||||
|
||||
@ -98,7 +98,7 @@
|
||||
label {
|
||||
background: var(--inputControlBackground);
|
||||
border: 1px solid var(--inputControlBorder);
|
||||
border-radius: 4px;
|
||||
border-radius: 5px;
|
||||
padding: $padding;
|
||||
color: var(--textColorTertiary);
|
||||
|
||||
|
||||
@ -206,6 +206,7 @@ html {
|
||||
&__control {
|
||||
box-shadow: 0 0 0 1px var(--inputControlBorder);
|
||||
background: var(--inputControlBackground);
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
&__single-value {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user