686686 min-height : 0 ;
687687 outline : none;
688688}
689+ .dv-root-wrapper {
690+ height : 100% ;
691+ width : 100% ;
692+ }
693+ .dv-grid-view ,
694+ .dv-branch-node {
695+ height : 100% ;
696+ width : 100% ;
697+ }
689698.dv-debug .dv-resize-container .dv-resize-handle-top {
690699 background-color : red;
691700}
804813 outline : 1px solid red;
805814 outline-offset : -1 ;
806815}
807- .dv-root-wrapper {
808- height : 100% ;
809- width : 100% ;
810- }
811- .dv-grid-view ,
812- .dv-branch-node {
813- height : 100% ;
814- width : 100% ;
815- }
816816.dv-pane-container {
817817 height : 100% ;
818818 width : 100% ;
10231023 pointer-events : none;
10241024 background-color : var (--dv-separator-border );
10251025}
1026+ .dv-dragged {
1027+ transform : translate3d (0px , 0px , 0px ); /* forces tab to be drawn on a separate layer (see https://github.com/microsoft/vscode/issues/18733) */
1028+ }
1029+
1030+ .dv-tab {
1031+ flex-shrink : 0 ;
1032+ }
1033+ .dv-tab : focus-within , .dv-tab : focus {
1034+ position : relative;
1035+ }
1036+ .dv-tab : focus-within ::after , .dv-tab : focus ::after {
1037+ position : absolute;
1038+ content : "" ;
1039+ height : 100% ;
1040+ width : 100% ;
1041+ top : 0px ;
1042+ left : 0px ;
1043+ pointer-events : none;
1044+ outline : 1px solid var (--dv-tab-divider-color ) !important ;
1045+ outline-offset : -1px ;
1046+ z-index : 5 ;
1047+ }
1048+ .dv-tab .dv-tab-dragging .dv-default-tab-action {
1049+ background-color : var (--dv-activegroup-visiblepanel-tab-color );
1050+ }
1051+ .dv-tab .dv-active-tab .dv-default-tab .dv-default-tab-action {
1052+ visibility : visible;
1053+ }
1054+ .dv-tab .dv-inactive-tab .dv-default-tab .dv-default-tab-action {
1055+ visibility : hidden;
1056+ }
1057+ .dv-tab .dv-inactive-tab .dv-default-tab : hover .dv-default-tab-action {
1058+ visibility : visible;
1059+ }
1060+ .dv-tab .dv-default-tab {
1061+ position : relative;
1062+ height : 100% ;
1063+ display : flex;
1064+ align-items : center;
1065+ white-space : nowrap;
1066+ text-overflow : ellipsis;
1067+ }
1068+ .dv-tab .dv-default-tab .dv-default-tab-content {
1069+ flex-grow : 1 ;
1070+ margin-right : 4px ;
1071+ }
1072+ .dv-tab .dv-default-tab .dv-default-tab-action {
1073+ padding : 4px ;
1074+ display : flex;
1075+ align-items : center;
1076+ justify-content : center;
1077+ box-sizing : border-box;
1078+ }
1079+ .dv-tab .dv-default-tab .dv-default-tab-action : hover {
1080+ border-radius : 2px ;
1081+ background-color : var (--dv-icon-hover-background-color );
1082+ }
1083+ .dv-watermark {
1084+ display : flex;
1085+ height : 100% ;
1086+ }
10261087.dv-tabs-overflow-dropdown-default {
10271088 height : 100% ;
10281089 color : var (--dv-activegroup-hiddenpanel-tab-color );
11281189}
11291190.dv-tabs-and-actions-container .dv-right-actions-container {
11301191 display : flex;
1131- }
1132- .dv-dragged {
1133- transform : translate3d (0px , 0px , 0px ); /* forces tab to be drawn on a separate layer (see https://github.com/microsoft/vscode/issues/18733) */
1134- }
1135-
1136- .dv-tab {
1137- flex-shrink : 0 ;
1138- }
1139- .dv-tab : focus-within , .dv-tab : focus {
1140- position : relative;
1141- }
1142- .dv-tab : focus-within ::after , .dv-tab : focus ::after {
1143- position : absolute;
1144- content : "" ;
1145- height : 100% ;
1146- width : 100% ;
1147- top : 0px ;
1148- left : 0px ;
1149- pointer-events : none;
1150- outline : 1px solid var (--dv-tab-divider-color ) !important ;
1151- outline-offset : -1px ;
1152- z-index : 5 ;
1153- }
1154- .dv-tab .dv-tab-dragging .dv-default-tab-action {
1155- background-color : var (--dv-activegroup-visiblepanel-tab-color );
1156- }
1157- .dv-tab .dv-active-tab .dv-default-tab .dv-default-tab-action {
1158- visibility : visible;
1159- }
1160- .dv-tab .dv-inactive-tab .dv-default-tab .dv-default-tab-action {
1161- visibility : hidden;
1162- }
1163- .dv-tab .dv-inactive-tab .dv-default-tab : hover .dv-default-tab-action {
1164- visibility : visible;
1165- }
1166- .dv-tab .dv-default-tab {
1167- position : relative;
1168- height : 100% ;
1169- display : flex;
1170- align-items : center;
1171- white-space : nowrap;
1172- text-overflow : ellipsis;
1173- }
1174- .dv-tab .dv-default-tab .dv-default-tab-content {
1175- flex-grow : 1 ;
1176- margin-right : 4px ;
1177- }
1178- .dv-tab .dv-default-tab .dv-default-tab-action {
1179- padding : 4px ;
1180- display : flex;
1181- align-items : center;
1182- justify-content : center;
1183- box-sizing : border-box;
1184- }
1185- .dv-tab .dv-default-tab .dv-default-tab-action : hover {
1186- border-radius : 2px ;
1187- background-color : var (--dv-icon-hover-background-color );
1188- }
1189- .dv-watermark {
1190- display : flex;
1191- height : 100% ;
11921192}
0 commit comments