Skip to content

Commit fc63bf6

Browse files
committed
refactor: Change class names to drop word Background
1 parent 5cd4db6 commit fc63bf6

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

packages/test-case-component/src/styles.css

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -118,35 +118,35 @@ pre.shiki {
118118
width: 100%;
119119
}
120120

121-
.decoration.pendingDeleteBackground {
121+
.decoration.pendingDelete {
122122
background-color: #ff00008a;
123123
}
124124

125-
.decoration.referencedBackground {
125+
.decoration.referenced {
126126
background-color: #00a2ff4d;
127127
}
128128

129-
.decoration.justAddedBackground {
129+
.decoration.justAdded {
130130
background-color: #09ff005b;
131131
}
132132

133-
.decoration.pendingModification0Background {
133+
.decoration.pendingModification0 {
134134
background-color: #8c00ff86;
135135
}
136136

137-
.decoration.pendingModification1Background {
137+
.decoration.pendingModification1 {
138138
background-color: #ff009d7e;
139139
}
140140

141-
.decoration.highlight0Background {
141+
.decoration.highlight0 {
142142
background-color: #d449ff42;
143143
}
144144

145-
.decoration.highlight1Background {
145+
.decoration.highlight1 {
146146
background-color: #60daff7a;
147147
}
148148

149-
.decoration.timingCalibrationBackground {
149+
.decoration.timingCalibration {
150150
background-color: #230026;
151151
}
152152

0 commit comments

Comments
 (0)