@rossigee/clarity-ui 18.2.1-fixed
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/README.md +29 -0
- package/STYLES.md +1796 -0
- package/accordion/_accordion.clarity.scss +81 -0
- package/accordion/_properties.accordion.scss +45 -0
- package/accordion/_variables.accordion.scss +91 -0
- package/button/_buttons.clarity.scss +374 -0
- package/button/_mixins.buttons.scss +232 -0
- package/button/_properties.buttons.scss +325 -0
- package/button/_properties.toggles.scss +35 -0
- package/button/_variables.buttons.scss +843 -0
- package/button/_variables.toggles.scss +41 -0
- package/button/button-group/_button-group.clarity.scss +193 -0
- package/clr-ui.css +31728 -0
- package/clr-ui.css.map +1 -0
- package/clr-ui.min.css +52 -0
- package/clr-ui.min.css.map +1 -0
- package/collapsible-panel/_mixins.collapsible-panel.scss +189 -0
- package/collapsible-panel/_properties.collapsible-panel.scss +42 -0
- package/collapsible-panel/_variables.collapsible-panel.scss +40 -0
- package/data/_mixins.tables.scss +111 -0
- package/data/_properties.tables.scss +62 -0
- package/data/_tables.clarity.scss +120 -0
- package/data/_variables.tables.scss +42 -0
- package/data/datagrid/_datagrid.clarity.scss +1753 -0
- package/data/datagrid/_mixins.datagrid.scss +102 -0
- package/data/datagrid/_properties.datagrid.scss +90 -0
- package/data/datagrid/_variables.datagrid.scss +96 -0
- package/data/stack-view/_properties.stack-view.scss +50 -0
- package/data/stack-view/_stack-view.clarity.scss +267 -0
- package/data/stack-view/_variables.stack-view.scss +32 -0
- package/data/tree-view/_properties.tree-view.scss +41 -0
- package/data/tree-view/_tree-view.clarity.scss +281 -0
- package/data/tree-view/_variables.tree-view.scss +51 -0
- package/emphasis/alert/_alert.clarity.scss +467 -0
- package/emphasis/alert/_mixins.alert.scss +96 -0
- package/emphasis/alert/_properties.alert.scss +183 -0
- package/emphasis/alert/_variables.alert.scss +502 -0
- package/emphasis/badge/_badges.clarity.scss +61 -0
- package/emphasis/badge/_mixins.bades.scss +34 -0
- package/emphasis/badge/_properties.badges.scss +82 -0
- package/emphasis/badge/_variables.badges.scss +160 -0
- package/emphasis/label/_labels.clarity.scss +175 -0
- package/emphasis/label/_mixins.label.scss +76 -0
- package/emphasis/label/_properties.label.scss +105 -0
- package/emphasis/label/_variables.label.scss +181 -0
- package/forms/combobox/_combobox.clarity.scss +322 -0
- package/forms/combobox/_properties.combobox.scss +45 -0
- package/forms/combobox/_variables.combobox.scss +32 -0
- package/forms/datepicker/_datepicker.clarity.scss +259 -0
- package/forms/datepicker/_mixins.datepicker.scss +90 -0
- package/forms/datepicker/_properties.datepicker.scss +46 -0
- package/forms/datepicker/_variables.datepicker.scss +74 -0
- package/forms/styles/_checkbox.clarity.scss +193 -0
- package/forms/styles/_containers.clarity.scss +228 -0
- package/forms/styles/_datalist.clarity.scss +47 -0
- package/forms/styles/_file-input.clarity.scss +134 -0
- package/forms/styles/_file.clarity.scss +52 -0
- package/forms/styles/_form.clarity.scss +87 -0
- package/forms/styles/_input-group.clarity.scss +118 -0
- package/forms/styles/_input.clarity.scss +78 -0
- package/forms/styles/_mixins.forms.scss +173 -0
- package/forms/styles/_number-input.clarity.scss +58 -0
- package/forms/styles/_password.clarity.scss +26 -0
- package/forms/styles/_properties.forms.scss +121 -0
- package/forms/styles/_radio.clarity.scss +120 -0
- package/forms/styles/_range.clarity.scss +124 -0
- package/forms/styles/_select.clarity.scss +178 -0
- package/forms/styles/_textarea.clarity.scss +77 -0
- package/forms/styles/_toggles.clarity.scss +209 -0
- package/forms/styles/_variables.forms.scss +128 -0
- package/icon/icon.component.scss +242 -0
- package/image/_icons.clarity.scss +101 -0
- package/image/_images.clarity.scss +42 -0
- package/image/_mixins.images.scss +11 -0
- package/layout/_card.clarity.scss +311 -0
- package/layout/_login.clarity.scss +240 -0
- package/layout/_properties.card.scss +36 -0
- package/layout/_properties.login.scss +32 -0
- package/layout/_variables.card.scss +23 -0
- package/layout/_variables.login.scss +22 -0
- package/layout/breadcrumbs/_breadcrumbs.clarity.scss +60 -0
- package/layout/breadcrumbs/_properties.breadcrumbs.scss +18 -0
- package/layout/breadcrumbs/_variables.breadcrumbs.scss +11 -0
- package/layout/grid/_grid.scss +23 -0
- package/layout/grid/grid/_grid.scss +39 -0
- package/layout/grid/mixins/_breakpoint.scss +83 -0
- package/layout/grid/mixins/_clearfix.scss +13 -0
- package/layout/grid/mixins/_grid-framework.scss +91 -0
- package/layout/grid/mixins/_grid.scss +39 -0
- package/layout/grid/utilities/_align.scss +30 -0
- package/layout/grid/utilities/_clearfix.scss +12 -0
- package/layout/grid/utilities/_display.scss +18 -0
- package/layout/grid/utilities/_flex.scss +222 -0
- package/layout/grid/utilities/_float.scss +26 -0
- package/layout/grid/utilities/_visibility.scss +60 -0
- package/layout/main-container/_layout.clarity.scss +87 -0
- package/layout/main-container/_properties.header.scss +39 -0
- package/layout/main-container/_variables.header.scss +32 -0
- package/layout/nav/_header.clarity.scss +40 -0
- package/layout/nav/_links.clarity.scss +84 -0
- package/layout/nav/_mixins.header.scss +332 -0
- package/layout/nav/_mixins.responsive-nav.scss +75 -0
- package/layout/nav/_nav.clarity.scss +100 -0
- package/layout/nav/_properties.nav.scss +27 -0
- package/layout/nav/_properties.responsive-nav.scss +23 -0
- package/layout/nav/_properties.subnav.scss +19 -0
- package/layout/nav/_responsive-nav.clarity.scss +488 -0
- package/layout/nav/_subnav.clarity.scss +48 -0
- package/layout/nav/_variables.nav.scss +13 -0
- package/layout/nav/_variables.responsive-nav.scss +28 -0
- package/layout/nav/_variables.subnav.scss +21 -0
- package/layout/tabs/_mixins.tabs.scss +41 -0
- package/layout/tabs/_properties.tabs.scss +25 -0
- package/layout/tabs/_tabs.clarity.scss +110 -0
- package/layout/tabs/_variables.tabs.scss +17 -0
- package/layout/vertical-nav/_mixins.vertical-nav.scss +52 -0
- package/layout/vertical-nav/_properties.vertical-nav.scss +73 -0
- package/layout/vertical-nav/_variables.vertical-nav.scss +52 -0
- package/layout/vertical-nav/_vertical-nav.clarity.scss +469 -0
- package/main.scss +14 -0
- package/modal/_modal.clarity.scss +362 -0
- package/modal/_properties.modal.scss +45 -0
- package/modal/_variables.modal.scss +38 -0
- package/package.json +15 -0
- package/popover/common/_popover.clarity.scss +28 -0
- package/popover/dropdown/_dropdown.clarity.scss +326 -0
- package/popover/dropdown/_menu-mixins.clarity.scss +132 -0
- package/popover/dropdown/_properties.dropdown.scss +50 -0
- package/popover/dropdown/_variables.dropdown.scss +36 -0
- package/popover/signpost/_properties.signpost.scss +34 -0
- package/popover/signpost/_signposts.clarity.scss +414 -0
- package/popover/signpost/_variables.signpost.scss +21 -0
- package/popover/tooltip/_mixins.tooltip.scss +186 -0
- package/popover/tooltip/_properties.tooltip.scss +28 -0
- package/popover/tooltip/_tooltips.clarity.scss +122 -0
- package/popover/tooltip/_variables.tooltip.scss +20 -0
- package/progress/progress-bars/_progress-bars.clarity.scss +616 -0
- package/progress/progress-bars/_properties.progress-bars.scss +24 -0
- package/progress/progress-bars/_variables.progress-bars.scss +15 -0
- package/progress/progress-bars/utils/_mixins.clarity.scss +18 -0
- package/progress/spinner/_mixins.spinner.scss +30 -0
- package/progress/spinner/_properties.spinner.scss +37 -0
- package/progress/spinner/_spinner.clarity.scss +148 -0
- package/progress/spinner/_variables.spinner.scss +25 -0
- package/stepper/_properties.stepper.scss +29 -0
- package/stepper/_stepper.clarity.scss +184 -0
- package/stepper/_variables.stepper.scss +13 -0
- package/styles/_a11y.scss +14 -0
- package/styles/_close.clarity.scss +60 -0
- package/styles/_components.clarity.scss +183 -0
- package/styles/_mixins.scss +478 -0
- package/styles/_normalize.scss +292 -0
- package/styles/_reboot.clarity.scss +374 -0
- package/styles/_variables.clarity.scss +139 -0
- package/styles/core/base/base.element.scss +97 -0
- package/styles/core/global.scss +12 -0
- package/styles/core/layout/_alignments.scss +18 -0
- package/styles/core/layout/_container.scss +29 -0
- package/styles/core/layout/_display.scss +58 -0
- package/styles/core/layout/_optimize.scss +60 -0
- package/styles/core/layout/_shadow-dom.scss +47 -0
- package/styles/core/layout/_spacing.scss +31 -0
- package/styles/core/layout/_type-grid.scss +66 -0
- package/styles/core/layout/_type-horizontal.scss +33 -0
- package/styles/core/layout/_type-vertical.scss +26 -0
- package/styles/core/layout/mixins/_mixins.alignment.scss +35 -0
- package/styles/core/layout/mixins/_mixins.display.scss +23 -0
- package/styles/core/layout/mixins/_mixins.grid.scss +105 -0
- package/styles/core/layout/mixins/_mixins.scss +106 -0
- package/styles/core/layout/mixins/_mixins.shadow-dom.scss +106 -0
- package/styles/core/layout/mixins/_mixins.type-horizontal.scss +113 -0
- package/styles/core/layout/mixins/_mixins.type-vertical.scss +108 -0
- package/styles/core/module.layout.scss +22 -0
- package/styles/core/module.reset.scss +48 -0
- package/styles/core/module.typography.scss +9 -0
- package/styles/core/theme.dark.scss +266 -0
- package/styles/core/theme.high-contrast.scss +42 -0
- package/styles/core/theme.low-motion.scss +20 -0
- package/styles/core/tokens/_alias-interaction.scss +59 -0
- package/styles/core/tokens/_alias-object-background.scss +14 -0
- package/styles/core/tokens/_alias-object-border.scss +21 -0
- package/styles/core/tokens/_alias-object-container.scss +20 -0
- package/styles/core/tokens/_alias-object-opacity.scss +15 -0
- package/styles/core/tokens/_alias-object-shadow.scss +17 -0
- package/styles/core/tokens/_alias-status.scss +34 -0
- package/styles/core/tokens/_alias-typography.scss +101 -0
- package/styles/core/tokens/_alias-utility.scss +38 -0
- package/styles/core/tokens/_alias-viz-colors.scss +170 -0
- package/styles/core/tokens/_global-animation.scss +32 -0
- package/styles/core/tokens/_global-colors.scss +249 -0
- package/styles/core/tokens/_global-space.scss +52 -0
- package/styles/core/tokens/_internal-scale.scss +14 -0
- package/styles/core/tokens/_properties.tokens.scss +21 -0
- package/styles/core/tokens/_variables.tokens.scss +770 -0
- package/styles/core/typography/_legacy-typography.scss +328 -0
- package/styles/core/typography/_mixins.typography.scss +18 -0
- package/styles/core/typography/_typography.scss +321 -0
- package/styles/variables/_properties.density.scss +223 -0
- package/styles/variables/_properties.global.scss +51 -0
- package/styles/variables/_properties.layout.scss +21 -0
- package/styles/variables/_properties.scss +11 -0
- package/styles/variables/_properties.typography.scss +164 -0
- package/styles/variables/_variables.density.scss +114 -0
- package/styles/variables/_variables.global.scss +82 -0
- package/styles/variables/_variables.layout.scss +37 -0
- package/styles/variables/_variables.scss +11 -0
- package/styles/variables/_variables.typography.scss +156 -0
- package/timeline/_properties.timeline.scss +38 -0
- package/timeline/_timeline.clarity.scss +172 -0
- package/timeline/_variables.timeline.scss +29 -0
- package/typography/_code.scss +36 -0
- package/typography/_font-metropolis.scss +45 -0
- package/typography/_lists.scss +81 -0
- package/typography/_typography.scss +322 -0
- package/utils/animations/_animations.clarity.scss +44 -0
- package/utils/animations/_mixins.animations.scss +33 -0
- package/wizard/_properties.wizard.scss +53 -0
- package/wizard/_variables.wizard.scss +58 -0
- package/wizard/_wizard.clarity.scss +688 -0
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) 2016-2026 Broadcom. All Rights Reserved.
|
|
3
|
+
* The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
|
|
4
|
+
* This software is released under MIT license.
|
|
5
|
+
* The full license information can be found in LICENSE in the root directory of this project.
|
|
6
|
+
*/
|
|
7
|
+
|
|
8
|
+
@use '../styles/variables/variables.density' as density;
|
|
9
|
+
@use '../styles/core/tokens/variables.tokens' as tokens;
|
|
10
|
+
|
|
11
|
+
// Usage: ../button/_toggles.clarity.scss
|
|
12
|
+
// Toggle
|
|
13
|
+
$clr-toggle-height: #{density.$clr-base-row-height-s} !default;
|
|
14
|
+
$clr-toggle-switch-base-height: #{tokens.$cds-global-space-7} !default;
|
|
15
|
+
$clr-toggle-switch-base-width: #{tokens.$cds-global-space-10} !default;
|
|
16
|
+
|
|
17
|
+
$clr-toggle-dot-diameter: #{$clr-toggle-switch-base-height} !default;
|
|
18
|
+
|
|
19
|
+
$clr-toggle-transition-time: 0.15s !default;
|
|
20
|
+
$clr-toggle-transition-animation: ease-in !default;
|
|
21
|
+
|
|
22
|
+
// Usage: ../button/_toggles.clarity.scss
|
|
23
|
+
// Colors (enabled)
|
|
24
|
+
$clr-toggle-bg-color-off: var(--clr-toggle-bg-color-off) !default;
|
|
25
|
+
$clr-toggle-bg-color-on: var(--clr-toggle-bg-color-on) !default;
|
|
26
|
+
$clr-toggle-handle-bg-color: var(--clr-toggle-handle-bg-color) !default;
|
|
27
|
+
$clr-toggle-handle-border-color: var(--clr-toggle-handle-border-color) !default;
|
|
28
|
+
$clr-toggle-handle-border-color-on: var(--clr-toggle-handle-border-color-on) !default;
|
|
29
|
+
|
|
30
|
+
// Usage: ../button/_toggles.clarity.scss
|
|
31
|
+
// Colors (disabled)
|
|
32
|
+
$clr-toggle-disabled-default-border-color: var(--clr-toggle-disabled-default-border-color) !default;
|
|
33
|
+
$clr-toggle-disabled-default-handle-color: var(--clr-toggle-disabled-default-handle-color) !default;
|
|
34
|
+
$clr-toggle-disabled-off-border-color: var(--clr-toggle-disabled-off-border-color) !default;
|
|
35
|
+
$clr-toggle-disabled-off-bg-color: var(--clr-toggle-disabled-off-bg-color) !default;
|
|
36
|
+
|
|
37
|
+
// Also sets disabled/on inner part of handle circle.
|
|
38
|
+
$clr-toggle-disabled-off-handle-border-color: var(--clr-toggle-disabled-off-handle-border-color) !default;
|
|
39
|
+
$clr-toggle-disabled-on-border-color: var(--clr-toggle-disabled-on-border-color) !default;
|
|
40
|
+
$clr-toggle-disabled-on-bg-color: var(--clr-toggle-disabled-on-bg-color) !default;
|
|
41
|
+
$clr-toggle-disabled-on-handle-border-color: var(--clr-toggle-disabled-on-handle-border-color) !default;
|
|
@@ -0,0 +1,193 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (c) 2016-2026 Broadcom. All Rights Reserved.
|
|
3
|
+
* The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries.
|
|
4
|
+
* This software is released under MIT license.
|
|
5
|
+
* The full license information can be found in LICENSE in the root directory of this project.
|
|
6
|
+
*/
|
|
7
|
+
|
|
8
|
+
@use '../../styles/mixins';
|
|
9
|
+
@use '../mixins.buttons' as button-mixins;
|
|
10
|
+
@use '../variables.buttons' as buttons-variables;
|
|
11
|
+
@use '../../styles/variables/variables.density' as density;
|
|
12
|
+
|
|
13
|
+
@include mixins.exports('button-group.clarity') {
|
|
14
|
+
.btn-group {
|
|
15
|
+
display: inline-flex;
|
|
16
|
+
margin-right: buttons-variables.$clr-btn-horizontal-margin;
|
|
17
|
+
|
|
18
|
+
clr-dropdown {
|
|
19
|
+
display: inline-flex;
|
|
20
|
+
|
|
21
|
+
.dropdown-toggle {
|
|
22
|
+
@include button-mixins.square-off-btngroup-btns(left);
|
|
23
|
+
@include button-mixins.square-off-btngroup-btns(right);
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
&:last-child {
|
|
27
|
+
.dropdown-toggle {
|
|
28
|
+
border-top-right-radius: buttons-variables.$clr-btn-border-radius;
|
|
29
|
+
border-bottom-right-radius: buttons-variables.$clr-btn-border-radius;
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
&:first-child {
|
|
34
|
+
.dropdown-toggle {
|
|
35
|
+
border-top-left-radius: buttons-variables.$clr-btn-border-radius;
|
|
36
|
+
border-bottom-left-radius: buttons-variables.$clr-btn-border-radius;
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
&:not(:last-child) .dropdown-toggle {
|
|
41
|
+
border-right: 0;
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
.btn {
|
|
46
|
+
margin: 0;
|
|
47
|
+
overflow: hidden;
|
|
48
|
+
|
|
49
|
+
label {
|
|
50
|
+
height: 100%;
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
// ATM after token migration (alpha or beta v17)
|
|
54
|
+
// remove when detailed radio/checkbox groups are implemented
|
|
55
|
+
input[type='radio']:hover,
|
|
56
|
+
input[type='checkbox']:hover {
|
|
57
|
+
appearance: none;
|
|
58
|
+
opacity: 1;
|
|
59
|
+
top: 0;
|
|
60
|
+
|
|
61
|
+
@include mixins.equilateral(100%);
|
|
62
|
+
// using cds-alias-object-interaction-outline token will be better when focus state get implemented
|
|
63
|
+
border: Highlight solid 2px;
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
.btn {
|
|
68
|
+
&:not(:first-child) {
|
|
69
|
+
@include button-mixins.square-off-btngroup-btns(left);
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
&:not(:last-child) {
|
|
73
|
+
@include button-mixins.square-off-btngroup-btns(right);
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
&:disabled:not(:last-child) {
|
|
77
|
+
border-right: none;
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
.tooltip {
|
|
82
|
+
&:not(:first-child) .btn {
|
|
83
|
+
@include button-mixins.square-off-btngroup-btns(left);
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
&:not(:last-child) .btn {
|
|
87
|
+
@include button-mixins.square-off-btngroup-btns(right);
|
|
88
|
+
}
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
&.btn-primary,
|
|
92
|
+
&.btn-neutral,
|
|
93
|
+
&.btn-success,
|
|
94
|
+
&.btn-danger,
|
|
95
|
+
&.btn-warning {
|
|
96
|
+
.tooltip:not(:last-child) > .btn,
|
|
97
|
+
> .btn:not(:last-child) {
|
|
98
|
+
// apply only to direct .btn children
|
|
99
|
+
// special margin right based on button border width
|
|
100
|
+
margin: 0 buttons-variables.$clr-btn-border-width 0 0;
|
|
101
|
+
}
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
> .btn-group-overflow {
|
|
105
|
+
position: relative;
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
> .btn-group-overflow:last-child:not(:first-child) > .btn:first-child {
|
|
109
|
+
border-radius: 0 buttons-variables.$clr-btn-border-radius buttons-variables.$clr-btn-border-radius 0;
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
> .btn-group-overflow:last-child:first-child > .btn:first-child {
|
|
113
|
+
border-radius: buttons-variables.$clr-btn-border-radius;
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
//To avoid double borders
|
|
117
|
+
.btn:not([disabled]) + .btn,
|
|
118
|
+
.tooltip:not(:first-child) .btn,
|
|
119
|
+
.btn:not([disabled]) + .btn-group-overflow .btn,
|
|
120
|
+
.btn:not([disabled]) + .dropdown .dropdown-toggle {
|
|
121
|
+
border-left: none;
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
//Flat Buttons
|
|
125
|
+
&.btn-link .dropdown-toggle {
|
|
126
|
+
min-width: 0;
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
//Flat Icon Buttons
|
|
130
|
+
&.btn-icon-link {
|
|
131
|
+
&.btn-link .btn {
|
|
132
|
+
min-width: 0;
|
|
133
|
+
}
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
//Flat Icon Buttons All
|
|
137
|
+
&.btn-icon {
|
|
138
|
+
.btn {
|
|
139
|
+
min-width: 0;
|
|
140
|
+
}
|
|
141
|
+
|
|
142
|
+
.btn-group-overflow .dropdown-toggle {
|
|
143
|
+
padding: buttons-variables.$clr-btn-appearance-form-padding;
|
|
144
|
+
}
|
|
145
|
+
}
|
|
146
|
+
|
|
147
|
+
//Icons and their corresponding title
|
|
148
|
+
.clr-icon-title {
|
|
149
|
+
display: none;
|
|
150
|
+
text-transform: none;
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
.btn-group-overflow .dropdown-toggle {
|
|
154
|
+
display: block;
|
|
155
|
+
padding: 0 density.$clr-base-horizontal-offset-2xl;
|
|
156
|
+
min-width: unset;
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
.dropdown-menu {
|
|
160
|
+
cds-icon,
|
|
161
|
+
clr-icon {
|
|
162
|
+
display: none;
|
|
163
|
+
}
|
|
164
|
+
|
|
165
|
+
.clr-icon-title {
|
|
166
|
+
display: inline;
|
|
167
|
+
}
|
|
168
|
+
}
|
|
169
|
+
}
|
|
170
|
+
|
|
171
|
+
// @deprecated last of deprecated forms CSS to keep btn groups working
|
|
172
|
+
// should be removed when btn is revamped with clr- naming conventions
|
|
173
|
+
.checkbox,
|
|
174
|
+
.radio {
|
|
175
|
+
position: relative;
|
|
176
|
+
|
|
177
|
+
input[type='checkbox'],
|
|
178
|
+
input[type='radio'] {
|
|
179
|
+
cursor: pointer;
|
|
180
|
+
position: absolute;
|
|
181
|
+
top: 0;
|
|
182
|
+
left: 0;
|
|
183
|
+
|
|
184
|
+
@include mixins.equilateral(0);
|
|
185
|
+
|
|
186
|
+
opacity: 0;
|
|
187
|
+
}
|
|
188
|
+
}
|
|
189
|
+
|
|
190
|
+
.dropdown-menu.clr-button-group-menu {
|
|
191
|
+
visibility: visible;
|
|
192
|
+
}
|
|
193
|
+
}
|