Proof of concept for a flair tab in user settings
This commit is contained in:
parent
2061ce2dbf
commit
57e45e7e7c
7 changed files with 79 additions and 65 deletions
|
@ -44,3 +44,8 @@ limitations under the License.
|
|||
.mx_UserSettingsDialog_labsIcon:before {
|
||||
mask-image: url('$(res)/img/feather-icons/flag.svg');
|
||||
}
|
||||
|
||||
.mx_UserSettingsDialog_flairIcon:before {
|
||||
// TODO: Use the real icon
|
||||
mask-image: url('$(res)/img/feather-icons/flag.svg');
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue