billing-css: Remove out-of-date rule for input styling.

These were removed in commits ebc7cbaf3, 6cadf333f and e9a0c8a03.
This commit is contained in:
Lauryn Menard 2024-06-03 20:07:44 +02:00 committed by Tim Abbott
parent d911e9b43f
commit 6f7e288b1f
1 changed files with 0 additions and 24 deletions

View File

@ -305,30 +305,6 @@ input[name="licenses"] {
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 {
/* This is needed to avoid button background changing
when clicking on it due to "button:active" CSS in