mirror of
https://github.com/prymitive/karma
synced 2026-05-07 03:26:52 +00:00
Merge pull request #1498 from prymitive/input-disabled
fix(ui): more readable disable input bg color
This commit is contained in:
@@ -40,6 +40,9 @@ storiesOf("SilenceModal", module)
|
||||
const settingsStore = new Settings();
|
||||
const silenceFormStore = new SilenceFormStore();
|
||||
|
||||
alertStore.info.authentication.enabled = true;
|
||||
alertStore.info.authentication.username = "me@example.com";
|
||||
|
||||
alertStore.data.upstreams = {
|
||||
clusters: { default: ["default"] },
|
||||
instances: [
|
||||
@@ -72,7 +75,7 @@ storiesOf("SilenceModal", module)
|
||||
)
|
||||
];
|
||||
silenceFormStore.data.addEmptyMatcher();
|
||||
silenceFormStore.data.author = "me@example.com";
|
||||
silenceFormStore.data.author = "john@example.com";
|
||||
silenceFormStore.data.comment = "fake silence";
|
||||
silenceFormStore.data.resetStartEnd();
|
||||
|
||||
|
||||
@@ -47,6 +47,7 @@ $pagination-disabled-bg: darken($gray-800, 2%);
|
||||
|
||||
$input-color: $white;
|
||||
$input-bg: $secondary;
|
||||
$input-disabled-bg: $gray-800;
|
||||
$input-group-addon-bg: $gray-800;
|
||||
$input-border-color: $secondary;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user