Remove obsolete style blocks from _RightPanel.pcss
(#10804)
* Remove obsolete style block from _RightPanel.pcss - mx_RightPanel_headerButtonGroup Deprecated bye80a1c5051
* Remove obsolete style block from _RightPanel.pcss - mx_RightPanel_header Deprecated bye80a1c5051
* Remove obsolete style block from _RightPanel.pcss - mx_RightPanel_headerButton_badge Deprecated by8c62dddb32
* Remove obsolete style block from _RightPanel.pcss - mx_RightPanel_collapseButton Deprecated bye80a1c5051
* Remove obsolete style block from _RightPanel.pcss - keyframes Deprecated by694c39e72d
This commit is contained in:
parent
01364ebf45
commit
c7ed23e972
1 changed files with 0 additions and 62 deletions
|
@ -32,22 +32,8 @@ limitations under the License.
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_RightPanel_header {
|
|
||||||
order: 1;
|
|
||||||
border-bottom: 1px solid $primary-hairline-color;
|
|
||||||
flex: 0 0 52px;
|
|
||||||
}
|
|
||||||
|
|
||||||
/** Fixme - factor this out with the main header **/
|
/** Fixme - factor this out with the main header **/
|
||||||
|
|
||||||
.mx_RightPanel_headerButtonGroup {
|
|
||||||
height: 100%;
|
|
||||||
display: flex;
|
|
||||||
background-color: $background;
|
|
||||||
padding: 0 9px;
|
|
||||||
align-items: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* See: mx_RoomHeader_button, of which this is a copy.
|
/* See: mx_RoomHeader_button, of which this is a copy.
|
||||||
* TODO: factor out a common component to avoid this duplication.
|
* TODO: factor out a common component to avoid this duplication.
|
||||||
*/
|
*/
|
||||||
|
@ -149,35 +135,6 @@ $pulse-color: $alert;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@keyframes mx_RightPanel_indicator_pulse {
|
|
||||||
0% {
|
|
||||||
transform: scale(0.95);
|
|
||||||
}
|
|
||||||
|
|
||||||
70% {
|
|
||||||
transform: scale(1);
|
|
||||||
}
|
|
||||||
|
|
||||||
100% {
|
|
||||||
transform: scale(0.95);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@keyframes mx_RightPanel_indicator_pulse_shadow {
|
|
||||||
0% {
|
|
||||||
opacity: 0.7;
|
|
||||||
}
|
|
||||||
|
|
||||||
70% {
|
|
||||||
transform: scale(2.2);
|
|
||||||
opacity: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
100% {
|
|
||||||
opacity: 0;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.mx_RightPanel_headerButton_unread {
|
.mx_RightPanel_headerButton_unread {
|
||||||
&::before {
|
&::before {
|
||||||
background-color: $room-icon-unread-color !important;
|
background-color: $room-icon-unread-color !important;
|
||||||
|
@ -191,25 +148,6 @@ $pulse-color: $alert;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_RightPanel_headerButton_badge {
|
|
||||||
font-size: $font-8px;
|
|
||||||
border-radius: 8px;
|
|
||||||
color: $accent-fg-color;
|
|
||||||
background-color: $accent;
|
|
||||||
font-weight: bold;
|
|
||||||
position: absolute;
|
|
||||||
top: -4px;
|
|
||||||
left: 20px;
|
|
||||||
padding: 2px 4px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mx_RightPanel_collapsebutton {
|
|
||||||
flex: 1;
|
|
||||||
text-align: right;
|
|
||||||
height: 16px;
|
|
||||||
border: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mx_RightPanel .mx_MemberList,
|
.mx_RightPanel .mx_MemberList,
|
||||||
.mx_RightPanel .mx_MemberInfo,
|
.mx_RightPanel .mx_MemberInfo,
|
||||||
.mx_RightPanel_blank {
|
.mx_RightPanel_blank {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue