Bump Harbor versions and refine disabled local rules toggle
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
export const HARBOR_VERSIONS = Object.freeze({
|
||||
macClient: '0.7.9',
|
||||
gatewayClient: '0.7.9',
|
||||
macClient: '0.7.10',
|
||||
gatewayClient: '0.7.10',
|
||||
gatewayBackend: '0.7.0',
|
||||
});
|
||||
|
||||
|
||||
@@ -3042,6 +3042,18 @@ p {
|
||||
right: 8px;
|
||||
}
|
||||
|
||||
.client-local-rules-toggle:disabled span {
|
||||
opacity: 0;
|
||||
filter: blur(5px);
|
||||
transform: translateX(8px);
|
||||
}
|
||||
|
||||
.client-local-rules-toggle:disabled:hover span {
|
||||
opacity: 1;
|
||||
filter: blur(0);
|
||||
transform: translateX(0);
|
||||
}
|
||||
|
||||
.client-instructions-sheet {
|
||||
padding: 40px 18px 60px 58px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user