mirror of https://github.com/zulip/zulip.git
billing-css: Remove out-of-date rule for input styling.
These were removed in commitsebc7cbaf3
,6cadf333f
ande9a0c8a03
.
This commit is contained in:
parent
d911e9b43f
commit
6f7e288b1f
|
@ -305,30 +305,6 @@ input[name="licenses"] {
|
||||||
appearance: textfield;
|
appearance: textfield;
|
||||||
}
|
}
|
||||||
|
|
||||||
#license-manual-section,
|
|
||||||
#licensechange-input-section,
|
|
||||||
#invoice-form {
|
|
||||||
& input {
|
|
||||||
padding: 4px 6px;
|
|
||||||
border-radius: 4px;
|
|
||||||
border: 1px solid hsl(0deg 0% 80%);
|
|
||||||
color: hsl(0deg 0% 33%);
|
|
||||||
margin-bottom: 10px;
|
|
||||||
transition:
|
|
||||||
border linear 0.2s,
|
|
||||||
box-shadow linear 0.2s;
|
|
||||||
box-shadow: inset 0 1px 1px hsla(0deg 0 0 / 7.5%);
|
|
||||||
|
|
||||||
&:focus {
|
|
||||||
border-color: hsl(206deg 80% 62% / 80%);
|
|
||||||
outline: 0;
|
|
||||||
box-shadow:
|
|
||||||
inset 0 1px 1px hsl(0deg 0% 0% / 7.5%),
|
|
||||||
0 0 8px hsl(206.494deg 80% 62% / 60%);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
#confirm-licenses-modal .dialog_submit_button:active {
|
#confirm-licenses-modal .dialog_submit_button:active {
|
||||||
/* This is needed to avoid button background changing
|
/* This is needed to avoid button background changing
|
||||||
when clicking on it due to "button:active" CSS in
|
when clicking on it due to "button:active" CSS in
|
||||||
|
|
Loading…
Reference in New Issue