Bump Harbor versions and raise open rule row stacking
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
export const HARBOR_VERSIONS = Object.freeze({
|
export const HARBOR_VERSIONS = Object.freeze({
|
||||||
macClient: '0.6.1',
|
macClient: '0.6.2',
|
||||||
gatewayClient: '0.6.0',
|
gatewayClient: '0.6.1',
|
||||||
gatewayBackend: '0.6.0',
|
gatewayBackend: '0.6.0',
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
@@ -903,6 +903,7 @@ p {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.client-local-rule {
|
.client-local-rule {
|
||||||
|
position: relative;
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: 24px 116px minmax(0, 1fr) 112px 28px;
|
grid-template-columns: 24px 116px minmax(0, 1fr) 112px 28px;
|
||||||
@@ -913,6 +914,10 @@ p {
|
|||||||
transition: opacity 260ms ease, filter 360ms ease;
|
transition: opacity 260ms ease, filter 360ms ease;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.client-local-rule:has(.client-rule-type.is-open) {
|
||||||
|
z-index: 5;
|
||||||
|
}
|
||||||
|
|
||||||
.client-local-rule-status {
|
.client-local-rule-status {
|
||||||
color: var(--client-muted);
|
color: var(--client-muted);
|
||||||
font-size: 9px;
|
font-size: 9px;
|
||||||
|
|||||||
@@ -19,6 +19,7 @@ test('rule editor add latency stays constant and dirty exits are guarded', () =>
|
|||||||
assert.match(component, /Не сохранено/);
|
assert.match(component, /Не сохранено/);
|
||||||
assert.match(component, /Ждёт перезапуска/);
|
assert.match(component, /Ждёт перезапуска/);
|
||||||
assert.match(component, /Перезапустить VPN/);
|
assert.match(component, /Перезапустить VPN/);
|
||||||
|
assert.match(styles, /\.client-local-rule:has\(\.client-rule-type\.is-open\)[\s\S]*z-index: 5/);
|
||||||
});
|
});
|
||||||
|
|
||||||
test('critical confirmations share one accessible blocking popup', () => {
|
test('critical confirmations share one accessible blocking popup', () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user