File tree Expand file tree Collapse file tree
anycode/components/layout Expand file tree Collapse file tree Original file line number Diff line number Diff line change 110110 align-items : center;
111111 position : absolute;
112112 top : 50% ;
113- right : 4 px ;
113+ right : 0 px ;
114114 transform : translateY (-50% );
115115 z-index : 4 ;
116- padding-right : 2px ;
117116 box-sizing : border-box;
118- pointer-events : none ;
117+ pointer-events : auto ;
119118}
120119
121- .layout .dv-tabs-and-actions-container : hover .dv-right-actions-container {
122- pointer-events : auto;
120+ .layout .dv-tabs-and-actions-container .dv-right-actions-container ::before {
121+ content : '' ;
122+ position : absolute;
123+ left : 0 ;
124+ top : 0 ;
125+ bottom : 0 ;
126+ width : 14px ;
123127}
124128
125129.layout .dv-groupview > .dv-content-container {
250254 justify-content : center;
251255 opacity : 0 ;
252256 pointer-events : none;
253- transition : color 0.12s ease, background-color 0.12s ease, opacity 0.12s ease;
254257 transform : translate3d (0 , 0 , 0 );
255258 -webkit-transform : translate3d (0 , 0 , 0 );
256259 backface-visibility : hidden;
265268 box-shadow : none;
266269}
267270
268- .layout .dv-tabs-and-actions-container : hover .layout-header-action-btn ,
271+ .layout .dv-tabs-and-actions-container .dv-right-actions-container : hover .layout-header-action-btn ,
272+ .layout .dv-tabs-and-actions-container .dv-right-actions-container : focus-within .layout-header-action-btn ,
269273.layout-header-action-btn : focus-visible {
270274 opacity : 1 ;
271275 pointer-events : auto;
You can’t perform that action at this time.
0 commit comments