You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-08-07 21:23:00 +03:00
First pass of normalising icons.
This commit is contained in:
@@ -45,7 +45,8 @@ limitations under the License.
|
||||
cursor: pointer;
|
||||
flex: 0 0 auto;
|
||||
vertical-align: top;
|
||||
padding-left: 4px;
|
||||
margin-top: 4px;
|
||||
padding-left: 5px;
|
||||
padding-right: 5px;
|
||||
text-align: center;
|
||||
position: relative;
|
||||
@@ -57,7 +58,7 @@ limitations under the License.
|
||||
}
|
||||
|
||||
.mx_RightPanel_headerButton_highlight {
|
||||
border-color: $accent-color;
|
||||
border-color: $button-bg-color;
|
||||
}
|
||||
|
||||
.mx_RightPanel_headerButton_badge {
|
||||
|
@@ -138,9 +138,9 @@ limitations under the License.
|
||||
|
||||
&:before {
|
||||
background-color: $tagpanel-bg-color;
|
||||
mask: url('../../img/icons-groups-nobg.svg');
|
||||
mask: url('../../img/feather-icons/users.svg');
|
||||
mask-repeat: no-repeat;
|
||||
mask-position: center 8px;
|
||||
mask-position: center 10px;
|
||||
content: '';
|
||||
position: absolute;
|
||||
top: 0;
|
||||
|
Reference in New Issue
Block a user