File tree Expand file tree Collapse file tree 2 files changed +21
-21
lines changed
projects/igniteui-angular/src/lib/core/styles/themes/schemas Expand file tree Collapse file tree 2 files changed +21
-21
lines changed Original file line number Diff line number Diff line change @@ -83,20 +83,20 @@ $_dark-fluent-dock-manager: extend(
83
83
$_fluent-dock-manager , (
84
84
accent-color : (
85
85
igx- color: surface,
86
- rgba: 0 .5 ,
86
+ rgba: .5 ,
87
87
hexrgba: #000 ,
88
88
),
89
89
primary- color: (
90
90
igx- color: surface,
91
- rgba: 0 .85 ,
91
+ rgba: .85 ,
92
92
hexrgba: #000 ,
93
93
),
94
94
button- text: (
95
95
igx- contrast- color: surface,
96
96
),
97
97
context- menu- background- active: (
98
98
igx- color: surface,
99
- rgba: 0 .5 ,
99
+ rgba: .5 ,
100
100
hexrgba: #000 ,
101
101
),
102
102
context- menu- color- active: (
@@ -111,13 +111,13 @@ $_dark-fluent-dock-manager: extend(
111
111
),
112
112
dock- background: (
113
113
igx- color: surface,
114
- rgba: 0 .85 ,
114
+ rgba: .85 ,
115
115
hexrgba: #000 ,
116
116
),
117
117
floating- pane- border- color: transparent ,
118
118
joystick- background- active: (
119
119
igx- color: surface,
120
- rgba: 0 .5 ,
120
+ rgba: .5 ,
121
121
hexrgba: #000 ,
122
122
),
123
123
joystick- background: (
@@ -133,22 +133,22 @@ $_dark-fluent-dock-manager: extend(
133
133
),
134
134
pane- header- backround: (
135
135
igx- color: surface,
136
- rgba: 0 .85 ,
136
+ rgba: .85 ,
137
137
hexrgba: #000 ,
138
138
),
139
139
pinned- header- background: (
140
140
igx- color: surface,
141
- rgba: 0 .85 ,
141
+ rgba: .85 ,
142
142
hexrgba: #000 ,
143
143
),
144
144
splitter- background: (
145
145
igx- color: surface,
146
- rgba: 0 .7 ,
146
+ rgba: .7 ,
147
147
hexrgba: #000 ,
148
148
),
149
149
splitter- handle: (
150
150
igx- color: surface,
151
- rgba: 0 .2 ,
151
+ rgba: .2 ,
152
152
hexrgba: #000 ,
153
153
),
154
154
tab- text: (
@@ -168,43 +168,43 @@ $_dark-bootstrap-dock-manager: extend(
168
168
$_bootstrap-dock-manager , (
169
169
accent-color : (
170
170
igx- color: surface,
171
- rgba: 0 .33 ,
171
+ rgba: .33 ,
172
172
hexrgba: #000 ,
173
173
),
174
174
primary- color: (
175
175
igx- color: surface,
176
- rgba: 0 .33 ,
176
+ rgba: .33 ,
177
177
hexrgba: #000 ,
178
178
),
179
179
context- menu- background: (
180
180
igx- color: surface,
181
- rgba: 0 .66 ,
181
+ rgba: .66 ,
182
182
hexrgba: #000 ,
183
183
),
184
184
context- menu- color- active: (
185
185
igx- contrast- color: surface,
186
186
),
187
187
dock- background: (
188
188
igx- color: surface,
189
- rgba: 0 .33 ,
189
+ rgba: .33 ,
190
190
hexrgba: #000 ,
191
191
),
192
192
joystick- background: (
193
193
igx- color: surface,
194
- rgba: 0 .66 ,
194
+ rgba: .66 ,
195
195
hexrgba: #000 ,
196
196
),
197
197
joystick- icon- color- active: (
198
198
igx- contrast- color: surface,
199
199
),
200
200
pane- header- background: (
201
201
igx- color: surface,
202
- rgba: 0 .33 ,
202
+ rgba: .33 ,
203
203
hexrgba: #000 ,
204
204
),
205
205
pinned- header- background: (
206
206
igx- color: surface,
207
- rgba: 0 .33 ,
207
+ rgba: .33 ,
208
208
hexrgba: #000 ,
209
209
),
210
210
splitter- background: (
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ $_light-dock-manager: (
46
46
primary-color : null,
47
47
border-color : (
48
48
igx-color : (primary, 100 ),
49
- rgba : 0 .1 ,
49
+ rgba : .1 ,
50
50
hexrgba : (),
51
51
),
52
52
button-text : (
@@ -77,7 +77,7 @@ $_light-dock-manager: (
77
77
),
78
78
pane-content-background : (
79
79
igx-color : (primary, 100 ),
80
- rgba : 0 .1 ,
80
+ rgba : .1 ,
81
81
hexrgba : (),
82
82
),
83
83
pane-content-text : null,
@@ -91,7 +91,7 @@ $_light-dock-manager: (
91
91
splitter-handle : null,
92
92
tab-background-active : (
93
93
igx-color : (primary, 100 ),
94
- rgba : 0 .1 ,
94
+ rgba : .1 ,
95
95
hexrgba : (),
96
96
),
97
97
tab-background : null,
@@ -169,7 +169,7 @@ $_fluent-dock-manager: extend(
169
169
),
170
170
splitter- handle: (
171
171
igx- color: (grays, 400 ),
172
- rgba: 0 .2 ,
172
+ rgba: .2 ,
173
173
hexrgba: (),
174
174
),
175
175
tab- background- active: (
@@ -258,7 +258,7 @@ $_bootstrap-dock-manager: extend(
258
258
),
259
259
splitter- handle: (
260
260
igx- color: (grays,400 ),
261
- rgba: 0 .2 ,
261
+ rgba: .2 ,
262
262
hexrgba: (),
263
263
),
264
264
tab- background- active: (
You can’t perform that action at this time.
0 commit comments