This repository was archived by the owner on Jul 30, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +22
-16
lines changed
plugin-client-common/web/scss/components/Table
plugin-patternfly4-themes/web/scss Expand file tree Collapse file tree 3 files changed +22
-16
lines changed Original file line number Diff line number Diff line change 53
53
.kui--bar [data-overlay = ' 1' ] {
54
54
background : repeating-linear-gradient (
55
55
-55deg ,
56
- var (--color-latency-3 ),
57
- var (--color-latency-0 ) 2px ,
58
- var (--color-latency-3 ) 2px ,
59
- var (--color-latency-3 ) 8px
56
+ var (--color-latency-2 ),
57
+ var (--color-latency-1 ) 2px ,
58
+ var (--color-latency-2 ) 2px ,
59
+ var (--color-latency-2 ) 8px
60
60
);
61
61
border : 1px solid var (--color-latency-0 );
62
+ filter : grayscale (0.125 ) opacity (0.9 );
62
63
}
63
64
.kui--bar [data-overlay = ' 0' ] {
64
- opacity : 0.5 ;
65
- background : var (--color-latency-1 );
65
+ background : var (--color-latency-0 );
66
+ top : 12.5% ;
67
+ height : 75% ;
68
+ filter : grayscale (0.25 ) opacity (0.25 );
66
69
}
67
70
68
71
.kui--bar {
Original file line number Diff line number Diff line change 17
17
$bgcolor : transparent ;
18
18
$border-radius : 2px 4px ;
19
19
20
- $bar-height-small : 1 em ; /* e.g. 16px */
21
- $bar-height-medium : 0.6875 em ; /* e.g. 11px */
22
- $bar-height-large : 0.5625 em ; /* e.g. 9px */
23
- $bar-height-huge : 0.5 em ; /* e.g. 8px */
20
+ $bar-height-small : 1 rem ; /* e.g. 16px */
21
+ $bar-height-medium : 0.6875 rem ; /* e.g. 11px */
22
+ $bar-height-large : 0.5625 rem ; /* e.g. 9px */
23
+ $bar-height-huge : 0.5 rem ; /* e.g. 8px */
24
24
25
25
$grid-cell-hover-filter : saturate (2 ) brightness (1.25 );
26
26
Original file line number Diff line number Diff line change 23
23
--color-latency-5: #ec7a08;
24
24
--color-latency-6: #8b8d8f; */
25
25
26
- --color-latency-0 : #00441b ;
27
- --color-latency-1 : #1b7837 ;
28
- --color-latency-2 : #a6dba0 ;
29
- --color-latency-3 : #9970ab ;
30
- --color-latency-4 : #762a83 ;
31
- --color-latency-5 : #40004b ;
26
+ /* --color-latency-0: #005F60;
27
+ --color-latency-1: #009596;
28
+ --color-latency-2: #A2D9D9;*/
29
+ --color-latency-0 : #004b95 ;
30
+ --color-latency-1 : #0066cc ;
31
+ --color-latency-2 : #8bc1f7 ;
32
+ --color-latency-3 : #f4b678 ;
33
+ --color-latency-4 : #ec7a08 ;
34
+ --color-latency-5 : #c46100 ;
32
35
}
33
36
34
37
@mixin charts-dark {
You can’t perform that action at this time.
0 commit comments