mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1177961 - Only hide the 'Check for Updates' link instead of using display: none. r=dao
This commit is contained in:
parent
b96aa21b28
commit
fca4c9090b
@ -1040,3 +1040,8 @@ button.button-link:not([disabled="true"]):active:hover {
|
||||
#signing-dev-info {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
#detail-findUpdates-btn[hidden] {
|
||||
display: -moz-box;
|
||||
visibility: hidden;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user