Skip to content

Commit 06ea406

Browse files
author
Sergio Baez
committed
feat: DPP-925 Remove css unused comments
1 parent db00e16 commit 06ea406

File tree

2 files changed

+0
-100
lines changed

2 files changed

+0
-100
lines changed

less/control.less

-53
Original file line numberDiff line numberDiff line change
@@ -331,59 +331,6 @@
331331

332332
// unique select
333333

334-
// .Select {
335-
// &.is-unique {
336-
// background-color: #fff;
337-
// box-shadow: 0px 5px 7px 3px rgba(163,163,163,1);
338-
// border-radius: 5px;
339-
// }
340-
// }
341-
//
342-
// .Select-control {
343-
// &.is-unique {
344-
// margin-top: 15px;
345-
// margin-bottom: 15px;
346-
// border-radius: 5px;
347-
// }
348-
// }
349-
//
350-
// .Select-menu-outer {
351-
// &.is-unique {
352-
// border: none;
353-
// position: relative;
354-
// }
355-
// }
356-
//
357-
// .Select-unique-input-value-wrapper {
358-
// display: flex;
359-
// justify-content: space-between;
360-
// padding: 15px;
361-
// border-bottom: 1px solid lightgray;
362-
// }
363-
//
364-
// .Select-unique-input-list-wrapper {
365-
// padding: 0 15px 0 15px;
366-
// }
367-
//
368-
// .Select-unique-search-icon-wrapper {
369-
// padding-left: 5px;
370-
// }
371-
//
372-
// .Select-unique-selected-icon-wrapper {
373-
// padding-right: 5px;
374-
// display: inline-block
375-
// }
376-
//
377-
// .Select-unique-icon {
378-
// display: inline-flex;
379-
// vertical-align: middle;
380-
// fill: lightgray;
381-
// width: 20px;
382-
// min-width: 20px;
383-
// height: 20px;
384-
// min-height: 20px;
385-
// }
386-
387334
.Select-option {
388335
&.is-unique-selected {
389336
display: inline-block;

scss/control.scss

-47
Original file line numberDiff line numberDiff line change
@@ -254,53 +254,6 @@
254254
position: relative;
255255
}
256256

257-
// unique select
258-
259-
.Select {
260-
&.is-unique {
261-
background-color: #fff;
262-
box-shadow: 0px 5px 7px 3px rgba(163,163,163,1);
263-
border-radius: 5px;
264-
}
265-
}
266-
267-
.Select-control {
268-
&.is-unique {
269-
margin-top: 15px;
270-
margin-bottom: 15px;
271-
border-radius: 5px;
272-
}
273-
}
274-
275-
.Select-menu-outer {
276-
&.is-unique {
277-
border: none;
278-
}
279-
}
280-
281-
.Select-unique-input-value-wrapper {
282-
padding: 15px;
283-
border-bottom: 1px solid lightgray;
284-
}
285-
286-
.Select-unique-input-list-wrapper {
287-
padding: 0 15px 0 15px;
288-
}
289-
290-
.Select-unique-icon-wrapper {
291-
padding-left: 5px;
292-
.Select-unique-search-icon {
293-
display: inline-flex;
294-
vertical-align: middle;
295-
fill: lightgray;
296-
width: 20px;
297-
min-width: 20px;
298-
height: 20px;
299-
min-height: 20px;
300-
cursor: inherit;
301-
}
302-
}
303-
304257
// Animation
305258
// ------------------------------
306259

0 commit comments

Comments
 (0)