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>2022-03-14 15:14:38 +0300
committerAlexander Shubin <aleksandrs.subins@zabbix.com>2022-03-14 15:14:38 +0300
commited94b2d6d1661bf93563c99739f3c3397e31d929 (patch)
treec06ced3654c82e91ed490142f586fa47489906a5 /sass
parent9131232a005f41bb553617b86dea7ef30b20b985 (diff)
..F....... [ZBXNEXT-7402,ZBXNEXT-7413] fixed cursor type for modern radiobuttons
Diffstat (limited to 'sass')
-rw-r--r--sass/stylesheets/sass/components/_radio-list-control.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/sass/stylesheets/sass/components/_radio-list-control.scss b/sass/stylesheets/sass/components/_radio-list-control.scss
index 001233ac171..387cb3830bb 100644
--- a/sass/stylesheets/sass/components/_radio-list-control.scss
+++ b/sass/stylesheets/sass/components/_radio-list-control.scss
@@ -92,6 +92,7 @@
&[disabled] + label {
transition: none;
+ cursor: default;
@extend %form-disabled;
}
}