hide go buttons for js users
This commit is contained in:
Родитель
d2ed134214
Коммит
169ddaf9ad
|
@ -4265,3 +4265,10 @@ padding:1em 52px 1em 1em;
|
|||
height: 150px;
|
||||
width: 150px;
|
||||
}
|
||||
|
||||
/* We hide the <button> for these forms and
|
||||
* use js to submit when they change.
|
||||
* */
|
||||
form.go button {
|
||||
display: none;
|
||||
}
|
||||
|
|
|
@ -104,3 +104,7 @@
|
|||
.install-button .button.platform {
|
||||
display: inherit;
|
||||
}
|
||||
|
||||
form.go button {
|
||||
display: inherit;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче