mirror of
https://github.com/aljazceru/pear-docs.git
synced 2025-12-17 22:44:21 +01:00
Hide change input button until hover
This commit is contained in:
@@ -24,6 +24,13 @@ customElements.define('developer-tooling', class extends HTMLElement {
|
||||
color: red;
|
||||
}
|
||||
|
||||
#server-message:hover #change-port-show {
|
||||
display: inline-block;
|
||||
}
|
||||
#change-port-show {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.hidden {
|
||||
display: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user