@@ -171,42 +171,66 @@ $_fluent-dock-manager: extend(
171
171
/// @requires $_bootstrap-shape-dock-manager
172
172
$_bootstrap-dock-manager : extend (
173
173
$_light-dock-manager , (
174
- border-color : #fff ,
174
+ border-color : (
175
+ igx- color: surface
176
+ ),
175
177
button- text: (
176
178
igx- color: primary,
177
179
),
178
180
context- menu- background- active: (
179
181
igx- color: primary,
180
182
),
181
- context- menu- color- active: #fff ,
183
+ context- menu- color- active: (
184
+ igx- color: surface
185
+ ),
182
186
context- menu- color: (
183
187
igx- color: primary,
184
188
),
185
189
dock- background: #f8f9fa ,
186
- floating- pane- border- color: #E0E0E0 ,
190
+ floating- pane- border- color: (
191
+ igx- color: (grays, 300 ),
192
+ hexrgba: (),
193
+ ),
187
194
joystick- background- active: (
188
195
igx- color: primary,
189
196
),
190
- joystick- border- color: #E0E0E0 ,
197
+ joystick- border- color: (
198
+ igx- color: (grays, 300 ),
199
+ hexrgba: (),
200
+ ),
191
201
joystick- icon- color: (
192
202
igx- color: primary,
193
203
),
194
204
joystick- icon- color- active: #fff ,
195
- pane- content- background: #fff ,
205
+ pane- content- background: (
206
+ igx- color: surface
207
+ ),
196
208
pinned- header- background: #f8f9fa ,
197
209
pane- header- background: #f8f9fa ,
198
210
primary- color: #f8f9fa ,
199
211
splitter- background: #e9ecef ,
200
212
splitter- handle: #bdc6d0 ,
201
- tab- background- active: #fff ,
202
- tab- background: #fff ,
203
- tab- border- color- active: rgba (0 , 0 , 0 , .12 ),
204
- tab- border- color: #fff ,
205
- tab- text- active: rgba (0 , 0 , 0 , .74 ),
213
+ tab- background- active: (
214
+ igx- color: surface
215
+ ),
216
+ tab- background: (
217
+ igx- color: surface
218
+ ),
219
+ tab- border- color- active: (
220
+ igx- color: (grays, 300 )
221
+ ),
222
+ tab- border- color: (
223
+ igx- color: surface
224
+ ),
225
+ tab- text- active: (
226
+ igx- color: (grays, 800 )
227
+ ),
206
228
tab- text: (
207
229
igx- color: primary,
208
230
),
209
- text- color: rgba (0 , 0 , 0 , .74 ),
231
+ text- color: (
232
+ igx- color: (grays, 800 )
233
+ ),
210
234
)
211
235
);
212
236
0 commit comments