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:
committed by
GitHub
parent
7986d61b6f
commit
6ae06f2c7a
@@ -66,24 +66,29 @@ $default-button-height: 4.0rem;
|
||||
}
|
||||
}
|
||||
|
||||
&.clear.button--only-icon:hover {
|
||||
background: var(--w-50);
|
||||
|
||||
|
||||
&.secondary {
|
||||
background: var(--s-50);
|
||||
}
|
||||
|
||||
&.success {
|
||||
background: var(--g-50);
|
||||
}
|
||||
|
||||
&.alert {
|
||||
background: var(--r-50);
|
||||
}
|
||||
|
||||
&.clear {
|
||||
&.warning {
|
||||
background: var(--y-100);
|
||||
color: var(--y-800);
|
||||
}
|
||||
|
||||
&.button--only-icon:hover {
|
||||
background: var(--w-50);
|
||||
|
||||
&.secondary {
|
||||
background: var(--s-50);
|
||||
}
|
||||
|
||||
&.success {
|
||||
background: var(--g-50);
|
||||
}
|
||||
|
||||
&.alert {
|
||||
background: var(--r-50);
|
||||
}
|
||||
|
||||
&.warning {
|
||||
background: var(--y-100);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user