diff options
| author | taehoon <th.dev91@gmail.com> | 2019-07-12 15:10:30 -0400 |
|---|---|---|
| committer | taehoon <th.dev91@gmail.com> | 2019-07-12 15:10:30 -0400 |
| commit | 78594f61d40b5011e0dea97d74142fbbcbf393f9 (patch) | |
| tree | 64507e4bff7039279297b85f0f70cbc37913cd52 /src | |
| parent | 57c5d269b8fa747a7f377090a8fb5507937f9ceb (diff) | |
add a todo comment
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/user_card/user_card.vue | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/user_card/user_card.vue b/src/components/user_card/user_card.vue index 1ce13f50..fe804e02 100644 --- a/src/components/user_card/user_card.vue +++ b/src/components/user_card/user_card.vue @@ -518,6 +518,7 @@ margin: 0; &.pressed { + // TODO: This should be themed. border-bottom-color: rgba(255, 255, 255, 0.2); border-top-color: rgba(0, 0, 0, 0.2); } |
