fix: align scenario 2601 in-game GUI parity
This commit is contained in:
@@ -24,6 +24,12 @@ body {
|
||||
line-height: 1.3;
|
||||
}
|
||||
|
||||
body:has(.battle-page),
|
||||
body:has(.chief-page),
|
||||
body:has(.global-page) {
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
button,
|
||||
input,
|
||||
select,
|
||||
|
||||
@@ -12,6 +12,11 @@
|
||||
text-align: center;
|
||||
text-decoration: none;
|
||||
cursor: pointer;
|
||||
transition:
|
||||
color 0.15s ease-in-out,
|
||||
background-color 0.15s ease-in-out,
|
||||
border-color 0.15s ease-in-out,
|
||||
box-shadow 0.15s ease-in-out;
|
||||
}
|
||||
|
||||
.legacy-button:hover,
|
||||
@@ -23,8 +28,8 @@
|
||||
}
|
||||
|
||||
.legacy-button:focus-visible {
|
||||
outline: 2px solid var(--sammo-color-accent);
|
||||
outline-offset: 1px;
|
||||
outline: 0;
|
||||
box-shadow: 0 0 0 0.25rem rgb(85 115 146 / 50%);
|
||||
}
|
||||
|
||||
.legacy-button:disabled,
|
||||
@@ -105,6 +110,10 @@
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.legacy-button.legacy-button--primary:not(:disabled):active {
|
||||
background: #2d4967;
|
||||
}
|
||||
|
||||
.legacy-button:is(
|
||||
.legacy-button--primary,
|
||||
.legacy-button--secondary,
|
||||
|
||||
Reference in New Issue
Block a user