mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-09-12 09:36:27 +00:00
index.scss: change info toast color
The adjusted color made it look like the toast was disabled. Having buttons the same color as the toast is a bit weird but consistent with the Blueprintjs style for toasts.
This commit is contained in:
committed by
David Lechner
parent
4c272d132d
commit
b4db152fca
+3
-6
@@ -103,16 +103,13 @@ body {
|
||||
max-width: 700px;
|
||||
|
||||
&.#{bp.$ns}-intent-primary {
|
||||
background-color: color.adjust(pb.$pybricks-blue, $lightness: -10%);
|
||||
background-color: pb.$pybricks-blue;
|
||||
|
||||
& .#{bp.$ns}-button {
|
||||
background-color: color.adjust(
|
||||
pb.$pybricks-blue,
|
||||
$lightness: -10%
|
||||
) !important;
|
||||
background-color: pb.$pybricks-blue !important;
|
||||
|
||||
&:hover {
|
||||
background: pb.$pybricks-blue !important;
|
||||
background: color.adjust(pb.$pybricks-blue, $lightness: -5%) !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user