Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/sass
diff options
context:
space:
mode:
authorAlexander Shubin <aleksandrs.subins@zabbix.com>2021-06-11 15:44:01 +0300
committerAlexander Shubin <aleksandrs.subins@zabbix.com>2021-06-11 15:44:01 +0300
commit3c40635901e770804cb61634183f8da3c9a421d2 (patch)
tree552f6681084a31cf4e31e004bc2fa596608b52af /sass
parentd4b0e17ca36c0ad24b74fa5ddc9e1b9473d789b1 (diff)
..F....... [DEV-1920] fixed in contrast themes
Diffstat (limited to 'sass')
-rw-r--r--sass/stylesheets/sass/hc-dark.scss1
-rw-r--r--sass/stylesheets/sass/hc-light.scss1
2 files changed, 2 insertions, 0 deletions
diff --git a/sass/stylesheets/sass/hc-dark.scss b/sass/stylesheets/sass/hc-dark.scss
index 50ff5baac6b..ecd33b9eed7 100644
--- a/sass/stylesheets/sass/hc-dark.scss
+++ b/sass/stylesheets/sass/hc-dark.scss
@@ -597,6 +597,7 @@ $icon-widget-btn: (
}
&.disabled {
+ background-color: transparent;
color: $form-disabled-font-color;
}
}
diff --git a/sass/stylesheets/sass/hc-light.scss b/sass/stylesheets/sass/hc-light.scss
index 5bf15dfa112..c43aabe3d8f 100644
--- a/sass/stylesheets/sass/hc-light.scss
+++ b/sass/stylesheets/sass/hc-light.scss
@@ -497,6 +497,7 @@ $icon-widget-btn: (
}
&.disabled {
+ background-color: transparent;
color: $form-disabled-font-color;
}
}