Skip to content

Commit b860025

Browse files
committed
chore: update from release/v3.0.0
2 parents d49a1db + aa17087 commit b860025

1 file changed

Lines changed: 33 additions & 0 deletions

File tree

public/css/lorekeeper.css

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
:root {
2+
--btn-faded : transparent;
3+
}
4+
15
/**************************************************************************************************
26
37
Font definitions
@@ -389,6 +393,35 @@ main > .row {
389393
cursor: not-allowed;
390394
}
391395

396+
.btn-faded,
397+
.btn-faded.disabled,
398+
.btn-faded:disabled {
399+
color: inherit;
400+
background-color: var(--btn-faded);
401+
border-color: color-mix(in srgb,var(--btn-faded),#000 15%);
402+
}
403+
404+
.btn-faded:hover,
405+
.btn-faded:not(:disabled):not(.disabled):active,
406+
.btn-faded:not(:disabled):not(.disabled).active,
407+
.show>.btn-faded.dropdown-toggle {
408+
background-color: color-mix(in srgb,var(--btn-faded),#000 10%);
409+
border-color: color-mix(in srgb,var(--btn-faded),#000 10%);
410+
}
411+
412+
.btn-faded:focus,
413+
.btn-faded.focus {
414+
border-color: color-mix(in srgb,var(--btn-faded),#000 20%);
415+
}
416+
417+
.btn-faded:not(:disabled):not(.disabled):active:focus,
418+
.btn-faded:not(:disabled):not(.disabled).active:focus,
419+
.show>.btn-faded.dropdown-toggle:focus,
420+
.btn-faded:focus,
421+
.btn-faded.focus {
422+
box-shadow: 0 0 0 0.2rem color-mix(in srgb,var(--btn-faded),#000 10%);
423+
}
424+
392425
.pagination {
393426
flex-wrap: wrap;
394427
}

0 commit comments

Comments
 (0)