This repository was archived by the owner on Sep 11, 2024. It is now read-only.
File tree 5 files changed +1
-84
lines changed
5 files changed +1
-84
lines changed Original file line number Diff line number Diff line change @@ -18,23 +18,8 @@ limitations under the License.
18
18
display : flex;
19
19
column-gap : $spacing-4 ;
20
20
21
- .mx_MImageBody_thumbnail_container ,
22
- .mx_MImageReplyBody_info {
21
+ .mx_MImageBody_thumbnail_container {
23
22
flex : 1 ;
24
23
min-width : 0 ; /* Prevent a blowout */
25
24
}
26
-
27
- .mx_MImageReplyBody_info {
28
- .mx_MImageReplyBody_sender {
29
- grid-area : sender;
30
-
31
- .mx_DisambiguatedProfile {
32
- max-width : 100 % ;
33
- }
34
- }
35
-
36
- .mx_MImageReplyBody_filename {
37
- grid-area : filename;
38
- }
39
- }
40
25
}
Original file line number Diff line number Diff line change @@ -22,8 +22,3 @@ limitations under the License.
22
22
border : 0 ;
23
23
}
24
24
}
25
-
26
- .mx_WidgetCard_maxPinnedTooltip {
27
- background-color : $alert ;
28
- color : #ffffff ;
29
- }
Original file line number Diff line number Diff line change @@ -14,19 +14,6 @@ See the License for the specific language governing permissions and
14
14
limitations under the License.
15
15
*/
16
16
17
- .mx_AliasSettings_editable {
18
- border : 0 px ;
19
- border-bottom : 1 px solid $strong-input-border-color ;
20
- padding : 0 px ;
21
- min-width : 240 px ;
22
- }
23
-
24
- .mx_AliasSettings_editable:focus {
25
- border-bottom : 1 px solid $accent ;
26
- outline : none;
27
- box-shadow : none;
28
- }
29
-
30
17
.mx_AliasSettings_localAddresses {
31
18
cursor : pointer;
32
19
color : $accent ;
Original file line number Diff line number Diff line change @@ -42,49 +42,3 @@ limitations under the License.
42
42
.mx_RoomList_iconInvite::before {
43
43
mask-image : url("$(res)/img/element-icons/room/share.svg" );
44
44
}
45
-
46
- .mx_RoomList_explorePrompt {
47
- margin : 4 px 12 px 4 px ;
48
- padding-top : 12 px ;
49
- border-top : 1 px solid $input-border-color ;
50
- font-size : $font-14px ;
51
-
52
- div:first-child {
53
- font-weight : var (--font-semi-bold );
54
- line-height : $font-18px ;
55
- color : $primary-content ;
56
- }
57
-
58
- .mx_AccessibleButton {
59
- color : $primary-content ;
60
- position : relative;
61
- padding : 8 px 8 px 8 px 32 px ;
62
- font-size : inherit;
63
- margin-top : 12 px ;
64
- display : block;
65
- text-align : start;
66
- background-color : $panel-actions ;
67
- border-radius : 4 px ;
68
-
69
- &::before {
70
- content : "" ;
71
- width : 16 px ;
72
- height : 16 px ;
73
- position : absolute;
74
- top : 8 px ;
75
- left : 8 px ;
76
- background : $secondary-content ;
77
- mask-position : center;
78
- mask-size : contain;
79
- mask-repeat : no-repeat;
80
- }
81
-
82
- & .mx_RoomList_explorePrompt_startChat::before {
83
- mask-image : url("$(res)/img/element-icons/feedback.svg" );
84
- }
85
-
86
- & .mx_RoomList_explorePrompt_explore::before {
87
- mask-image : url("$(res)/img/element-icons/roomlist/explore.svg" );
88
- }
89
- }
90
- }
Original file line number Diff line number Diff line change 44
44
cursor : pointer;
45
45
color : $accent ;
46
46
}
47
-
48
- .mx_Stickers_hideStickers {
49
- z-index : 2001 ;
50
- }
You can’t perform that action at this time.
0 commit comments