fix: Fixes wrong color for note tab in reply box (#3566)

* fix: Fixes wrong color for note tab in reply box

* Changes color for warning button

* Fixes spacing
This commit is contained in:
Nithin David Thomas
2021-12-14 20:09:52 +05:30
committed by GitHub
parent 7986d61b6f
commit 6ae06f2c7a
2 changed files with 25 additions and 18 deletions

View File

@@ -13,6 +13,7 @@
<woot-button
class="button--note"
variant="clear"
color-scheme="warning"
:class="noteButtonClass"
@click="handleNoteClick"
>
@@ -146,7 +147,8 @@ export default {
border-radius: 0;
border-right: 1px solid var(--color-border);
&:hover {
&:hover,
&:focus {
border-right: 1px solid var(--color-border);
}
}