Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 1b806bb

Browse files
authored
Remove obsolete mx_BetaDot style rules introduced for Space release (#10286)
Signed-off-by: Suguru Hirahara <[email protected]>
1 parent 32aa18f commit 1b806bb

File tree

2 files changed

+0
-67
lines changed

2 files changed

+0
-67
lines changed

res/css/structures/_SpacePanel.pcss

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -111,12 +111,6 @@ $activeBorderColor: $primary-content;
111111

112112
.mx_SpaceItem_new {
113113
position: relative;
114-
115-
.mx_BetaDot {
116-
position: absolute;
117-
left: 33px;
118-
top: -5px;
119-
}
120114
}
121115

122116
.mx_SpaceItem:not(.hasSubSpaces) > .mx_SpaceButton {

res/css/views/beta/_BetaCard.pcss

Lines changed: 0 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -137,64 +137,3 @@ limitations under the License.
137137
cursor: pointer;
138138
}
139139
}
140-
141-
$pulse-color: $accent-alt;
142-
$dot-size: 12px;
143-
144-
.mx_BetaDot {
145-
border-radius: 50%;
146-
margin: 10px;
147-
height: $dot-size;
148-
width: $dot-size;
149-
transform: scale(1);
150-
background: rgba($pulse-color, 1);
151-
animation: mx_Beta_bluePulse 2s infinite;
152-
animation-iteration-count: 20;
153-
position: relative;
154-
pointer-events: none;
155-
156-
&::after {
157-
content: "";
158-
position: absolute;
159-
width: inherit;
160-
height: inherit;
161-
top: 0;
162-
left: 0;
163-
transform: scale(1);
164-
transform-origin: center center;
165-
animation-name: mx_Beta_bluePulse_shadow;
166-
animation-duration: inherit;
167-
animation-iteration-count: inherit;
168-
border-radius: 50%;
169-
background: rgba($pulse-color, 1);
170-
}
171-
}
172-
173-
@keyframes mx_Beta_bluePulse {
174-
0% {
175-
transform: scale(0.95);
176-
}
177-
178-
70% {
179-
transform: scale(1);
180-
}
181-
182-
100% {
183-
transform: scale(0.95);
184-
}
185-
}
186-
187-
@keyframes mx_Beta_bluePulse_shadow {
188-
0% {
189-
opacity: 0.7;
190-
}
191-
192-
70% {
193-
transform: scale(2.2);
194-
opacity: 0;
195-
}
196-
197-
100% {
198-
opacity: 0;
199-
}
200-
}

0 commit comments

Comments
 (0)