Skip to content

Commit 6eb9feb

Browse files
committed
cleaned up css
1 parent 65b0c04 commit 6eb9feb

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

src/components/mgt-person/mgt-person.scss

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -140,21 +140,3 @@ mgt-person .user-email {
140140
.flyout {
141141
padding: 8px;
142142
}
143-
144-
// .root .flyout {
145-
// display: none;
146-
// position: absolute;
147-
// z-index: 1;
148-
// opacity: 0;
149-
// transition-property: opacity;
150-
// transition-duration: 0.1s;
151-
// padding: 8px;
152-
// }
153-
154-
// .root .flyout.visible {
155-
// display: inline-block;
156-
// opacity: 1;
157-
// &.openLeft {
158-
// right: 0;
159-
// }
160-
// }

0 commit comments

Comments
 (0)