File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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}
You can’t perform that action at this time.
0 commit comments