Skip to content

Commit fd8ffdd

Browse files
authored
Merge pull request #781 from revolist/fix-quality-gate
fix css quality
2 parents 2db997f + 7cb873b commit fd8ffdd

1 file changed

Lines changed: 18 additions & 25 deletions

File tree

src/components/header/revogr-header-style.scss

Lines changed: 18 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,26 @@ revogr-header {
22
position: relative;
33
z-index: 5;
44
display: block;
5-
5+
6+
.header-rgRow {
7+
display: block;
8+
position: relative;
9+
10+
&.group {
11+
z-index: 0;
12+
}
13+
}
14+
15+
.group-rgRow {
16+
position: relative;
17+
overflow: hidden;
18+
}
619

720
.rgHeaderCell {
21+
position: absolute;
22+
box-sizing: border-box;
23+
height: 100%;
24+
z-index: 1;
825
display: flex;
926

1027
&.align-center {
@@ -38,30 +55,6 @@ revogr-header {
3855
}
3956
}
4057
}
41-
}
42-
43-
.rgHeaderCell {
44-
position: absolute;
45-
box-sizing: border-box;
46-
height: 100%;
47-
z-index: 1;
48-
}
49-
50-
.header-rgRow {
51-
display: block;
52-
position: relative;
53-
54-
&.group {
55-
z-index: 0;
56-
}
57-
}
58-
59-
.group-rgRow {
60-
position: relative;
61-
overflow: hidden;
62-
}
63-
64-
.rgHeaderCell {
6558
&.active {
6659
z-index: 10;
6760

0 commit comments

Comments
 (0)