chore: Improve button component styles (#1996)
This commit is contained in:
committed by
GitHub
parent
dbb41c12a2
commit
7a890e543a
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user