chore: Improve button component styles (#1996)

This commit is contained in:
Nithin David Thomas
2021-04-07 11:43:16 +05:30
committed by GitHub
parent dbb41c12a2
commit 7a890e543a
10 changed files with 37 additions and 34 deletions

View File

@@ -5,7 +5,10 @@
:status="currentChat.status"
/>
<woot-button
class="clear more--button"
class="more--button"
variant="clear"
size="large"
color-scheme="secondary"
icon="ion-android-more-vertical"
@click="toggleConversationActions"
/>
@@ -100,15 +103,6 @@ export default {
align-items: center;
display: flex;
margin-left: var(--space-small);
padding: var(--space-small);
&.clear.more--button {
color: var(--color-body);
}
&:hover {
color: var(--w-800);
}
}
.actions--container {
@@ -116,7 +110,7 @@ export default {
}
.dropdown-pane {
right: -12px;
right: var(--space-minus-small);
top: 48px;
width: auto;
}