web: re-format with prettier
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
		@ -169,7 +169,9 @@ body {
 | 
			
		||||
        color: var(--ak-dark-foreground) !important;
 | 
			
		||||
    }
 | 
			
		||||
    .pf-c-table__expandable-row.pf-m-expanded {
 | 
			
		||||
        --pf-c-table__expandable-row--m-expanded--BorderBottomColor: var(--ak-dark-background-lighter);
 | 
			
		||||
        --pf-c-table__expandable-row--m-expanded--BorderBottomColor: var(
 | 
			
		||||
            --ak-dark-background-lighter
 | 
			
		||||
        );
 | 
			
		||||
    }
 | 
			
		||||
    /* tabs */
 | 
			
		||||
    .pf-c-tabs {
 | 
			
		||||
@ -214,7 +216,8 @@ body {
 | 
			
		||||
        border-bottom: 0;
 | 
			
		||||
    }
 | 
			
		||||
    /* inputs */
 | 
			
		||||
    optgroup, option {
 | 
			
		||||
    optgroup,
 | 
			
		||||
    option {
 | 
			
		||||
        color: var(--ak-dark-foreground);
 | 
			
		||||
    }
 | 
			
		||||
    .pf-c-input-group {
 | 
			
		||||
@ -235,7 +238,10 @@ body {
 | 
			
		||||
        background-color: var(--ak-dark-background-light);
 | 
			
		||||
    }
 | 
			
		||||
    .pf-c-button.pf-m-control {
 | 
			
		||||
        --pf-c-button--after--BorderColor: var(--ak-dark-background-lighter) var(--ak-dark-background-lighter) var(--pf-c-button--m-control--after--BorderBottomColor) var(--ak-dark-background-lighter);
 | 
			
		||||
        --pf-c-button--after--BorderColor: var(--ak-dark-background-lighter)
 | 
			
		||||
            var(--ak-dark-background-lighter)
 | 
			
		||||
            var(--pf-c-button--m-control--after--BorderBottomColor)
 | 
			
		||||
            var(--ak-dark-background-lighter);
 | 
			
		||||
        background-color: var(--ak-dark-background-light);
 | 
			
		||||
        color: var(--ak-dark-foreground);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user