File tree Expand file tree Collapse file tree 1 file changed +0
-70
lines changed
packages/pf4-component-mapper/src/common/select Expand file tree Collapse file tree 1 file changed +0
-70
lines changed Original file line number Diff line number Diff line change 2222 content : " " ;
2323 }
2424}
25-
26- .ddorg__pf4-component-mapper__select {
27- & .single-select {
28- .ddorg__pf4-component-mapper__select__placeholder {
29- margin-left : 8px ;
30- }
31- .ddorg__pf4-component-mapper__select__input {
32- margin-left : 6px ;
33- }
34- }
35- .spinning {
36- animation : spin 2s linear infinite ;
37- }
38- .ddorg__pf4-component-mapper__select__control {
39- box-shadow : none ;
40- cursor : pointer ;
41- border-radius : 0 ;
42- border : 0 ;
43- & ::before {
44- position : absolute ;
45- top : 0 ;
46- right : 0 ;
47- bottom : 0 ;
48- left : 0 ;
49- content : " " ;
50- border : var (--pf-global--BorderWidth--sm ) solid ;
51- border-color : var (--pf-global--Color--light-200 );
52- border-bottom-color : var (--pf-global--Color--dark-100 );
53- }
54- & :hover ::before {
55-
56- border-bottom-color : var (--pf-global--active-color--100 );
57- }
58-
59- & .ddorg__pf4-component-mapper__select__control--is-focused ::before {
60- border-bottom-width : var (--pf-global--BorderWidth--md );
61- border-bottom-color : var (--pf-global--active-color--100 );
62- }
63- .ddorg__pf4-component-mapper__select__indicators {
64- padding-right : 6px ;
65- z-index : 1 ;
66- >button .pf-c-button.pf-m-plain {
67- display : flex ;
68- justify-content : center ;
69- }
70- .ddorg__pf4-component-mapper__select__indicator-separator {
71- display : none ;
72- }
73- svg :first-child {
74- fill : var (--pf-global--Color--400 );
75-
76- & :hover {
77- fill : var (--pf-global--Color--dark-100 );
78- }
79- }
80- }
81- }
82- }
83-
84- /* *
85- * Move menu styles out of select scope to enable using it while using portaling for context menu
86- * !important is used to override global styles comming from react-select
87- * z-index of menu has to be > 400 to show over pf4-modal
88- */
89-
90- .ddorg__pf4-component-mapper__select-toggle-wrapper {
91- flex : 1 ;
92- display : flex ;
93- justify-content : flex-start ;
94- }
You can’t perform that action at this time.
0 commit comments