Skip to content

Commit

Permalink
Various UI Fixes (mattermost-community#2847)
Browse files Browse the repository at this point in the history
* Various UI Fixes

Fixes mattermost-community#2810
Fixes mattermost-community#2805
Fixes mattermost-community#2804
Fixes mattermost-community#2797

* Updating tests

* Updating hover for user property

* update snapshot

Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
Co-authored-by: Scott Bishel <scott.bishel@mattermost.com>
  • Loading branch information
3 people authored Apr 20, 2022
1 parent c64b95c commit cc91584
Show file tree
Hide file tree
Showing 40 changed files with 683 additions and 585 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ exports[`components/addContentMenuItem return a checkbox menu item 1`] = `
role="button"
>
<div
class=""
class="d-flex"
>
<svg
class="CheckIcon Icon"
Expand Down Expand Up @@ -40,7 +40,7 @@ exports[`components/addContentMenuItem return a divider menu item 1`] = `
role="button"
>
<div
class=""
class="d-flex"
>
<svg
class="DividerIcon Icon"
Expand Down Expand Up @@ -72,7 +72,7 @@ exports[`components/addContentMenuItem return a text menu item 1`] = `
role="button"
>
<div
class=""
class="d-flex"
>
<svg
class="TextIcon Icon"
Expand Down Expand Up @@ -106,7 +106,7 @@ exports[`components/addContentMenuItem return an image menu item 1`] = `
role="button"
>
<div
class=""
class="d-flex"
>
<svg
class="ImageIcon Icon"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ exports[`components/blockIconSelector return menu on click 1`] = `
role="button"
>
<div
class=""
class="d-flex"
>
<svg
class="EmojiIcon Icon"
Expand Down Expand Up @@ -114,7 +114,7 @@ exports[`components/blockIconSelector return menu on click 1`] = `
role="button"
>
<div
class=""
class="d-flex"
>
<i
class="CompassIcon icon-trash-can-outline DeleteIcon trash-can-outline"
Expand Down Expand Up @@ -143,7 +143,7 @@ exports[`components/blockIconSelector return menu on click 1`] = `
role="button"
>
<div
class=""
class="d-flex"
>
<div
class="noicon"
Expand Down
Loading

0 comments on commit cc91584

Please sign in to comment.