@loftyshaky/shared 0.0.40 → 0.0.43
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/_locales/de/messages.json +0 -0
- package/_locales/en/messages.json +3 -0
- package/_locales/ru/messages.json +3 -0
- package/announcement.d.ts +2 -0
- package/announcement.js +1 -0
- package/app.d.ts +0 -0
- package/app.js +1 -1
- package/chunk-main-30216ab6.js +9 -0
- package/chunk-main-3fee580d.js +1 -0
- package/chunk-main-70539558.js +1 -0
- package/chunk-pickr.min-f7ab594a.js +1 -0
- package/ext.d.ts +0 -0
- package/ext.js +1 -1
- package/fonts/noto_sans.woff2 +0 -0
- package/html/announcement.html +15 -0
- package/index.d.ts +1 -1
- package/index.js +1 -1
- package/inputs.d.ts +0 -0
- package/inputs.js +1 -1
- package/js/apps.js +60 -0
- package/js/{ext/env.js → env.js} +2 -2
- package/js/ext/manifest.js +2 -2
- package/js/{ext/locales.js → locales.js} +13 -4
- package/js/package/plugins/rollup-plugin-copy.js +0 -0
- package/js/package/plugins/watcher.js +5 -3
- package/js/package/terser.js +0 -0
- package/js/project_name.js +0 -0
- package/js/projects_path.js +1 -1
- package/js/task_scheduler.js +1 -1
- package/js/webpack.config.js +159 -0
- package/package.json +1 -1
- package/scss/announcement/body.scss +10 -0
- package/scss/announcement/index.scss +3 -0
- package/scss/announcement/main.scss +8 -0
- package/scss/settings/ext_version.scss +0 -0
- package/scss/settings/index.scss +0 -0
- package/scss/settings/main.scss +0 -0
- package/scss/settings/section_btns.scss +0 -0
- package/scss/settings/sections.scss +0 -0
- package/scss/settings/transitions.scss +21 -20
- package/scss/shared/all.scss +0 -0
- package/scss/shared/btns.scss +39 -30
- package/scss/shared/checkboxes.scss +0 -0
- package/scss/shared/color_pickers.scss +0 -0
- package/scss/shared/colors.scss +0 -0
- package/scss/shared/crash_handler.scss +0 -0
- package/scss/shared/css_vars.scss +0 -0
- package/scss/shared/embed/error.scss +0 -0
- package/scss/shared/embed/font_face.scss +1 -1
- package/scss/shared/embed/loading_screen.scss +1 -0
- package/scss/shared/embed/no_tr.scss +0 -0
- package/scss/shared/focus.scss +80 -78
- package/scss/shared/group.scss +18 -0
- package/scss/shared/help.scss +0 -0
- package/scss/shared/hr.scss +0 -0
- package/scss/shared/index.scss +1 -0
- package/scss/shared/input_btns.scss +0 -0
- package/scss/shared/inputs.scss +0 -0
- package/scss/shared/inset_border.scss +0 -0
- package/scss/shared/link_btns.scss +12 -12
- package/scss/shared/links.scss +0 -0
- package/scss/shared/mixins.scss +0 -0
- package/scss/shared/mods.scss +5 -1
- package/scss/shared/range.scss +0 -0
- package/scss/shared/scrollbar.scss +0 -0
- package/scss/shared/selects.scss +0 -0
- package/scss/shared/text.scss +0 -0
- package/scss/shared/textareas.scss +0 -0
- package/scss/shared/themes/colors/dark.scss +1 -0
- package/scss/shared/themes/colors/light.scss +1 -0
- package/scss/shared/themes/colors/very_dark.scss +1 -0
- package/scss/shared/themes/general/dark_theme.scss +0 -0
- package/scss/shared/themes/general/light_theme.scss +0 -0
- package/scss/shared/themes/general/template.scss +259 -244
- package/scss/shared/themes/general/template_focus.scss +52 -51
- package/scss/shared/themes/general/very_dark_theme.scss +0 -0
- package/scss/shared/transitions.scss +36 -31
- package/scss/shared/upload_box.scss +0 -0
- package/scss/shared/vars.scss +1 -0
- package/settings.d.ts +0 -0
- package/settings.js +1 -1
- package/ts/announcement/components/body.d.ts +3 -0
- package/ts/announcement/components/index.d.ts +1 -0
- package/ts/announcement/components/prop_types/body.d.ts +4 -0
- package/ts/announcement/components/prop_types/index.d.ts +1 -0
- package/ts/announcement/internal.d.ts +3 -0
- package/ts/announcement/scripts/display.d.ts +6 -0
- package/ts/announcement/scripts/header.d.ts +6 -0
- package/ts/announcement/scripts/index.d.ts +2 -0
- package/ts/error_modules/crash_handler/components/body.d.ts +4 -8
- package/ts/error_modules/crash_handler/components/index.d.ts +0 -0
- package/ts/error_modules/crash_handler/components/prop_types/body.d.ts +0 -0
- package/ts/error_modules/crash_handler/components/prop_types/index.d.ts +0 -0
- package/ts/error_modules/crash_handler/data/fatal_error.d.ts +0 -0
- package/ts/error_modules/crash_handler/data/index.d.ts +0 -0
- package/ts/error_modules/crash_handler/data/visibility.d.ts +0 -0
- package/ts/error_modules/crash_handler/scripts/index.d.ts +0 -0
- package/ts/error_modules/crash_handler/scripts/page.d.ts +0 -0
- package/ts/error_modules/css/scripts/index.d.ts +0 -0
- package/ts/error_modules/css/scripts/main.d.ts +0 -0
- package/ts/error_modules/error/components/body.d.ts +0 -0
- package/ts/error_modules/error/components/close_btn.d.ts +0 -0
- package/ts/error_modules/error/components/ext_name.d.ts +0 -0
- package/ts/error_modules/error/components/index.d.ts +0 -0
- package/ts/error_modules/error/components/msg.d.ts +0 -0
- package/ts/error_modules/error/components/prop_types/body.d.ts +2 -0
- package/ts/error_modules/error/components/prop_types/index.d.ts +0 -0
- package/ts/error_modules/error/data/index.d.ts +0 -0
- package/ts/error_modules/error/data/main.d.ts +0 -0
- package/ts/error_modules/error/data/msg.d.ts +0 -0
- package/ts/error_modules/error/data/state.d.ts +0 -0
- package/ts/error_modules/error/interfaces/error.d.ts +0 -0
- package/ts/error_modules/error/interfaces/error_obj.d.ts +0 -0
- package/ts/error_modules/error/interfaces/index.d.ts +0 -0
- package/ts/error_modules/error/interfaces/observable_keys.d.ts +0 -0
- package/ts/error_modules/error/interfaces/show_error.d.ts +0 -0
- package/ts/error_modules/error/interfaces/timeout_observable_keys.d.ts +0 -0
- package/ts/error_modules/error/scripts/globals.d.ts +0 -0
- package/ts/error_modules/error/scripts/index.d.ts +0 -0
- package/ts/error_modules/internal.d.ts +0 -0
- package/ts/inputs/color/components/body.d.ts +0 -0
- package/ts/inputs/color/components/color_picker.d.ts +0 -0
- package/ts/inputs/color/components/fill_shadow.d.ts +0 -0
- package/ts/inputs/color/components/index.d.ts +0 -0
- package/ts/inputs/color/components/prop_types/body.d.ts +0 -0
- package/ts/inputs/color/components/prop_types/color_picker.d.ts +0 -0
- package/ts/inputs/color/components/prop_types/fill_shadow.d.ts +0 -0
- package/ts/inputs/color/components/prop_types/index.d.ts +0 -0
- package/ts/inputs/color/components/prop_types/visualization.d.ts +0 -0
- package/ts/inputs/color/components/visualization.d.ts +0 -0
- package/ts/inputs/color/data/color.d.ts +0 -0
- package/ts/inputs/color/data/index.d.ts +0 -0
- package/ts/inputs/color/data/visibility.d.ts +0 -0
- package/ts/inputs/color/interfaces/color.d.ts +0 -0
- package/ts/inputs/color/interfaces/color_picker_state.d.ts +0 -0
- package/ts/inputs/color/interfaces/color_picker_state_one.d.ts +0 -0
- package/ts/inputs/color/interfaces/i.d.ts +0 -0
- package/ts/inputs/color/interfaces/index.d.ts +0 -0
- package/ts/inputs/color/obj/color.d.ts +0 -0
- package/ts/inputs/color/obj/index.d.ts +0 -0
- package/ts/inputs/color/scripts/color_picker.d.ts +0 -0
- package/ts/inputs/color/scripts/index.d.ts +0 -0
- package/ts/inputs/color/scripts/position.d.ts +0 -0
- package/ts/inputs/components/btn.d.ts +0 -0
- package/ts/inputs/components/checkbox.d.ts +0 -0
- package/ts/inputs/components/file.d.ts +0 -0
- package/ts/inputs/components/group.d.ts +3 -0
- package/ts/inputs/components/help.d.ts +0 -0
- package/ts/inputs/components/help_btn.d.ts +0 -0
- package/ts/inputs/components/hr.d.ts +0 -0
- package/ts/inputs/components/icon_btn.d.ts +3 -0
- package/ts/inputs/components/index.d.ts +2 -0
- package/ts/inputs/components/input_item.d.ts +0 -0
- package/ts/inputs/components/label.d.ts +0 -0
- package/ts/inputs/components/link.d.ts +0 -0
- package/ts/inputs/components/link_btn.d.ts +0 -0
- package/ts/inputs/components/prop_types/btn.d.ts +0 -0
- package/ts/inputs/components/prop_types/checkbox.d.ts +0 -0
- package/ts/inputs/components/prop_types/file.d.ts +0 -0
- package/ts/inputs/components/prop_types/group.d.ts +5 -0
- package/ts/inputs/components/prop_types/help.d.ts +0 -0
- package/ts/inputs/components/prop_types/help_btn.d.ts +0 -0
- package/ts/inputs/components/prop_types/hr.d.ts +0 -0
- package/ts/inputs/components/prop_types/icon_btn.d.ts +4 -0
- package/ts/inputs/components/prop_types/index.d.ts +2 -0
- package/ts/inputs/components/prop_types/input_item.d.ts +0 -0
- package/ts/inputs/components/prop_types/label.d.ts +0 -0
- package/ts/inputs/components/prop_types/link.d.ts +0 -0
- package/ts/inputs/components/prop_types/link_btn.d.ts +0 -0
- package/ts/inputs/components/prop_types/range.d.ts +0 -0
- package/ts/inputs/components/prop_types/section.d.ts +0 -0
- package/ts/inputs/components/prop_types/section_btn.d.ts +0 -0
- package/ts/inputs/components/prop_types/section_content.d.ts +0 -0
- package/ts/inputs/components/prop_types/select.d.ts +0 -0
- package/ts/inputs/components/prop_types/text.d.ts +0 -0
- package/ts/inputs/components/prop_types/text_btn.d.ts +0 -0
- package/ts/inputs/components/prop_types/textarea.d.ts +0 -0
- package/ts/inputs/components/prop_types/upload_box.d.ts +0 -0
- package/ts/inputs/components/range.d.ts +0 -0
- package/ts/inputs/components/section.d.ts +0 -0
- package/ts/inputs/components/section_btn.d.ts +0 -0
- package/ts/inputs/components/section_content.d.ts +0 -0
- package/ts/inputs/components/select.d.ts +0 -0
- package/ts/inputs/components/text.d.ts +0 -0
- package/ts/inputs/components/text_btn.d.ts +0 -0
- package/ts/inputs/components/textarea.d.ts +0 -0
- package/ts/inputs/components/upload_box.d.ts +0 -0
- package/ts/inputs/data/help.d.ts +0 -0
- package/ts/inputs/data/index.d.ts +0 -0
- package/ts/inputs/data/input_width.d.ts +0 -0
- package/ts/inputs/data/label.d.ts +0 -0
- package/ts/inputs/data/nested_input.d.ts +0 -0
- package/ts/inputs/data/text.d.ts +0 -0
- package/ts/inputs/data/upload_box.d.ts +0 -0
- package/ts/inputs/data/val.d.ts +1 -0
- package/ts/inputs/interfaces/icon_btns.d.ts +2 -0
- package/ts/inputs/interfaces/index.d.ts +1 -0
- package/ts/inputs/interfaces/input.d.ts +1 -1
- package/ts/inputs/interfaces/inputs.d.ts +0 -0
- package/ts/inputs/interfaces/links.d.ts +0 -0
- package/ts/inputs/interfaces/options.d.ts +0 -0
- package/ts/inputs/interfaces/sections.d.ts +0 -0
- package/ts/inputs/interfaces/state_cond.d.ts +0 -0
- package/ts/inputs/interfaces/text_btn.d.ts +1 -1
- package/ts/inputs/internal.d.ts +0 -0
- package/ts/inputs/obj/btn.d.ts +0 -0
- package/ts/inputs/obj/checkbox.d.ts +0 -0
- package/ts/inputs/obj/file.d.ts +0 -0
- package/ts/inputs/obj/group.d.ts +6 -0
- package/ts/inputs/obj/hr.d.ts +0 -0
- package/ts/inputs/obj/icon_btn.d.ts +6 -0
- package/ts/inputs/obj/index.d.ts +2 -0
- package/ts/inputs/obj/input_base.d.ts +0 -0
- package/ts/inputs/obj/link.d.ts +0 -0
- package/ts/inputs/obj/link_btn.d.ts +0 -0
- package/ts/inputs/obj/option.d.ts +0 -0
- package/ts/inputs/obj/range.d.ts +0 -0
- package/ts/inputs/obj/section.d.ts +0 -0
- package/ts/inputs/obj/select.d.ts +0 -0
- package/ts/inputs/obj/text.d.ts +0 -0
- package/ts/inputs/obj/textarea.d.ts +0 -0
- package/ts/inputs/obj/upload_box.d.ts +0 -0
- package/ts/inputs/scripts/index.d.ts +0 -0
- package/ts/inputs/scripts/resolve.d.ts +0 -0
- package/ts/inputs/scripts/upload_box.d.ts +0 -0
- package/ts/settings/components/body.d.ts +0 -0
- package/ts/settings/components/index.d.ts +0 -0
- package/ts/settings/components/prop_types/body.d.ts +0 -0
- package/ts/settings/components/prop_types/index.d.ts +0 -0
- package/ts/settings/data/back_up.d.ts +0 -0
- package/ts/settings/data/index.d.ts +0 -0
- package/ts/settings/data/sections.d.ts +4 -1
- package/ts/settings/init.d.ts +0 -0
- package/ts/settings/internal.d.ts +0 -0
- package/ts/settings/optional_permissions/data/index.d.ts +0 -0
- package/ts/settings/optional_permissions/data/main.d.ts +0 -0
- package/ts/settings/optional_permissions/interfaces/index.d.ts +0 -0
- package/ts/settings/optional_permissions/interfaces/optional_permission_checkbox_dict.d.ts +0 -0
- package/ts/settings/schema/data/index.d.ts +0 -0
- package/ts/settings/schema/data/main.d.ts +0 -0
- package/ts/settings/schema/obj/index.d.ts +0 -0
- package/ts/settings/schema/obj/transform_item.d.ts +0 -0
- package/ts/settings/scripts/index.d.ts +0 -0
- package/ts/settings/scripts/theme.d.ts +0 -0
- package/ts/shared/app.d.ts +2 -1
- package/ts/shared/app_ext_globals.d.ts +0 -0
- package/ts/shared/css_vars/scripts/index.d.ts +0 -0
- package/ts/shared/css_vars/scripts/main.d.ts +0 -0
- package/ts/shared/data/data/index.d.ts +0 -0
- package/ts/shared/data/data/main.d.ts +0 -0
- package/ts/shared/data/interfaces/index.d.ts +0 -0
- package/ts/shared/data/interfaces/val.d.ts +0 -0
- package/ts/shared/ext.d.ts +2 -2
- package/ts/shared/ext_version/components/body.d.ts +0 -0
- package/ts/shared/ext_version/components/index.d.ts +0 -0
- package/ts/shared/functions.d.ts +0 -0
- package/ts/shared/globals.d.ts +0 -0
- package/ts/shared/init.d.ts +0 -0
- package/ts/shared/internal.d.ts +2 -0
- package/ts/shared/loading_screen/components/body.d.ts +3 -2
- package/ts/shared/loading_screen/components/index.d.ts +0 -0
- package/ts/shared/loading_screen/components/prop_types/body.d.ts +4 -0
- package/ts/shared/loading_screen/components/prop_types/index.d.ts +1 -0
- package/ts/shared/loading_screen/data/index.d.ts +0 -0
- package/ts/shared/loading_screen/data/main.d.ts +0 -0
- package/ts/shared/no_tr/scripts/index.d.ts +0 -0
- package/ts/shared/no_tr/scripts/main.d.ts +0 -0
- package/ts/shared/svg.d.ts +0 -0
- package/ts/shared/t.d.ts +4 -0
- package/ts/shared/tab_index/interfaces/index.d.ts +0 -0
- package/ts/shared/tab_index/interfaces/set_Input_type_event.d.ts +0 -0
- package/ts/shared/tab_index/scripts/index.d.ts +0 -0
- package/ts/shared/tab_index/scripts/main.d.ts +0 -0
- package/ts/shared/theme/scripts/index.d.ts +0 -0
- package/ts/shared/theme/scripts/main.d.ts +1 -1
- package/ts/shared/title/scripts/index.d.ts +1 -0
- package/ts/shared/title/scripts/main.d.ts +6 -0
- package/ts/shared/tr/components/base_tr.d.ts +0 -0
- package/ts/shared/tr/components/index.d.ts +0 -0
- package/ts/shared/tr/components/prop_types/base_tr.d.ts +2 -0
- package/ts/shared/tr/components/prop_types/index.d.ts +0 -0
- package/ts/shared/tr/data/index.d.ts +0 -0
- package/ts/shared/tr/data/transition.d.ts +1 -1
- package/ts/shared/tr/interfaces/index.d.ts +0 -0
- package/ts/shared/tr/interfaces/transitions.d.ts +0 -0
- package/ts/shared/tr/obj/index.d.ts +0 -0
- package/ts/shared/tr/obj/transition.d.ts +0 -0
- package/ts/shared/utils/scripts/index.d.ts +0 -0
- package/ts/shared/utils/scripts/main.d.ts +0 -0
- package/ts/shared/vars.d.ts +0 -0
- package/ts/shared/viewport/scripts/index.d.ts +0 -0
- package/ts/shared/viewport/scripts/main.d.ts +0 -0
- package/ts/shared/x.d.ts +2 -4
- package/chunk-main-0288a9af.js +0 -9
- package/chunk-main-1e9aa0a8.js +0 -1
- package/chunk-main-ee84309e.js +0 -1
- package/js/ext/webpack.config.js +0 -111
package/scss/shared/focus.scss
CHANGED
|
@@ -1,78 +1,80 @@
|
|
|
1
|
-
/* stylelint-disable no-descending-specificity, selector-class-pattern */
|
|
2
|
-
|
|
3
|
-
$text_input_outline_size: 20px;
|
|
4
|
-
|
|
5
|
-
.input_item .pcr-interaction input:focus {
|
|
6
|
-
box-shadow: none !important;
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
.keyboard .input_item .pcr-palette:focus,
|
|
10
|
-
.keyboard .input_item .pcr-slider:focus,
|
|
11
|
-
.keyboard .input_item .pcr-picker:focus,
|
|
12
|
-
.input_item .pcr-result:focus,
|
|
13
|
-
.keyboard .input_item .color_picker_w input:not(.pcr-result):focus {
|
|
14
|
-
box-shadow: none;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
.keyboard .input_item .pcr-palette:focus,
|
|
18
|
-
.keyboard .input_item .pcr-slider:focus,
|
|
19
|
-
.keyboard .input_item .pcr-picker:focus,
|
|
20
|
-
.input_item .pcr-result:focus,
|
|
21
|
-
.keyboard .input_item .color_picker_w input:not(.pcr-result):focus,
|
|
22
|
-
.keyboard .btn.text_input:focus::before,
|
|
23
|
-
body.keyboard .btn.text:focus,
|
|
24
|
-
.keyboard .
|
|
25
|
-
.keyboard .
|
|
26
|
-
.keyboard .
|
|
27
|
-
.keyboard .
|
|
28
|
-
.keyboard .
|
|
29
|
-
.keyboard .input_item
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
.keyboard .input_item .pcr-
|
|
35
|
-
.keyboard .
|
|
36
|
-
.keyboard .
|
|
37
|
-
.keyboard .
|
|
38
|
-
.keyboard .
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
1
|
+
/* stylelint-disable no-descending-specificity, selector-class-pattern */
|
|
2
|
+
|
|
3
|
+
$text_input_outline_size: 20px;
|
|
4
|
+
|
|
5
|
+
.input_item .pcr-interaction input:focus {
|
|
6
|
+
box-shadow: none !important;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
.keyboard .input_item .pcr-palette:focus,
|
|
10
|
+
.keyboard .input_item .pcr-slider:focus,
|
|
11
|
+
.keyboard .input_item .pcr-picker:focus,
|
|
12
|
+
.input_item .pcr-result:focus,
|
|
13
|
+
.keyboard .input_item .color_picker_w input:not(.pcr-result):focus {
|
|
14
|
+
box-shadow: none;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
.keyboard .input_item .pcr-palette:focus,
|
|
18
|
+
.keyboard .input_item .pcr-slider:focus,
|
|
19
|
+
.keyboard .input_item .pcr-picker:focus,
|
|
20
|
+
.input_item .pcr-result:focus,
|
|
21
|
+
.keyboard .input_item .color_picker_w input:not(.pcr-result):focus,
|
|
22
|
+
.keyboard .btn.text_input:focus::before,
|
|
23
|
+
body.keyboard .btn.text:focus,
|
|
24
|
+
.keyboard .btn.icon:focus,
|
|
25
|
+
.keyboard .input_item .checkbox .box:focus,
|
|
26
|
+
.keyboard .link:focus,
|
|
27
|
+
.keyboard .link_btn:focus,
|
|
28
|
+
.keyboard .help_btn:focus,
|
|
29
|
+
.keyboard .input_item .input_w:not(.text):not(.textarea).is_in_focus_state::before,
|
|
30
|
+
.keyboard .input_item.range .input.is_in_focus_state {
|
|
31
|
+
@include outline_solid_thick;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
.keyboard .input_item .pcr-palette:focus,
|
|
35
|
+
.keyboard .input_item .pcr-slider:focus,
|
|
36
|
+
.keyboard .link:focus,
|
|
37
|
+
.keyboard .link_btn:focus,
|
|
38
|
+
.keyboard .help_btn:focus,
|
|
39
|
+
.keyboard .btn.icon:focus,
|
|
40
|
+
.keyboard .input_item.range .input.is_in_focus_state {
|
|
41
|
+
outline-offset: $outline_offset;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
.input_item .palette_visualization_w.selected:not(.opened) .palette_visualization {
|
|
45
|
+
@include outline_solid_thick;
|
|
46
|
+
|
|
47
|
+
outline-offset: $outline_offset;
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
.input_item .visualization_w.opened .visualization,
|
|
51
|
+
.input_item .palette_visualization_w.opened .palette_visualization {
|
|
52
|
+
@include outline_dashed_thick;
|
|
53
|
+
|
|
54
|
+
outline-offset: $outline_offset;
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
.keyboard .input_item .visualization_w .visualization:focus,
|
|
58
|
+
.keyboard .input_item .palette_visualization_w .palette_visualization:focus {
|
|
59
|
+
@include outline_solid_thick;
|
|
60
|
+
|
|
61
|
+
outline-offset: $outline_offset;
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
.keyboard .input_item .visualization_w.opened .visualization:focus,
|
|
65
|
+
.keyboard .input_item .palette_visualization_w.opened .palette_visualization:focus {
|
|
66
|
+
@include outline_dashed_thick;
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
.keyboard .btn.text_input:focus::before {
|
|
70
|
+
content: '';
|
|
71
|
+
position: absolute;
|
|
72
|
+
width: $text_input_outline_size;
|
|
73
|
+
height: $text_input_outline_size;
|
|
74
|
+
top: 4px;
|
|
75
|
+
left: -2px;
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
.reload_ui_btn_w .keyboard .btn:focus {
|
|
79
|
+
@include blue_border;
|
|
80
|
+
}
|
package/scss/shared/help.scss
CHANGED
|
File without changes
|
package/scss/shared/hr.scss
CHANGED
|
File without changes
|
package/scss/shared/index.scss
CHANGED
|
File without changes
|
package/scss/shared/inputs.scss
CHANGED
|
File without changes
|
|
File without changes
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
.link_btn {
|
|
2
|
-
display: block;
|
|
3
|
-
font-size: $font_small;
|
|
4
|
-
|
|
5
|
-
&.hide {
|
|
6
|
-
margin-top: 4px;
|
|
7
|
-
}
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
.palette_link_btns .link_btn {
|
|
11
|
-
margin-bottom: $gap;
|
|
12
|
-
}
|
|
1
|
+
.link_btn {
|
|
2
|
+
display: block;
|
|
3
|
+
font-size: $font_small;
|
|
4
|
+
|
|
5
|
+
&.hide {
|
|
6
|
+
margin-top: 4px;
|
|
7
|
+
}
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
.palette_link_btns .link_btn {
|
|
11
|
+
margin-bottom: $gap;
|
|
12
|
+
}
|
package/scss/shared/links.scss
CHANGED
|
File without changes
|
package/scss/shared/mixins.scss
CHANGED
|
File without changes
|
package/scss/shared/mods.scss
CHANGED
package/scss/shared/range.scss
CHANGED
|
File without changes
|
|
File without changes
|
package/scss/shared/selects.scss
CHANGED
|
File without changes
|
package/scss/shared/text.scss
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|