File tree Expand file tree Collapse file tree 3 files changed +10
-6
lines changed
src/webviews/apps/plus/focus/components Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 1470814708 },
1470914709 "dependencies" : {
1471014710 "@gitkraken/gitkraken-components" : " 10.1.9" ,
14711- "@gitkraken/shared-web-components" : " ^0.1.1-rc.4 " ,
14711+ "@gitkraken/shared-web-components" : " ^0.1.1-rc.5 " ,
1471214712 "@microsoft/fast-element" : " 1.12.0" ,
1471314713 "@microsoft/fast-react-wrapper" : " 0.3.18" ,
1471414714 "@octokit/core" : " 4.2.4" ,
Original file line number Diff line number Diff line change @@ -106,6 +106,10 @@ export class GkPullRequestRow extends LitElement {
106106 margin-left: 0.4rem;
107107 margin-right: 0.2rem;
108108 }
109+
110+ .key {
111+ z-index: 1000;
112+ }
109113 ` ,
110114 ] ;
111115
@@ -183,7 +187,7 @@ export class GkPullRequestRow extends LitElement {
183187
184188 return html `
185189 < gk-focus-row >
186- < span slot ="key ">
190+ < span slot ="key " class =" key " >
187191 ${ when (
188192 this . indicator === 'changes' ,
189193 ( ) =>
Original file line number Diff line number Diff line change 235235 react-dom "16.8.4"
236236 react-dragula "1.1.17"
237237
238- " @gitkraken/shared-web-components@^0.1.1-rc.4 " :
239- version "0.1.1-rc.4 "
240- resolved "https://registry.npmjs.org/@gitkraken/shared-web-components/-/shared-web-components-0.1.1-rc.4 .tgz#eaccecad7b7079ef276e3b9e8e61b2ce5d53d3d4 "
241- integrity sha512-BsJa5UDPiRyydC/yv8blXBIMMRVH3rFZJj4CgrdiVn+T5IeiodIlPSnvJ5rYYQvywLD/TsCwA9+hkdfk5sdvCA ==
238+ " @gitkraken/shared-web-components@^0.1.1-rc.5 " :
239+ version "0.1.1-rc.5 "
240+ resolved "https://registry.npmjs.org/@gitkraken/shared-web-components/-/shared-web-components-0.1.1-rc.5 .tgz#62cb01f4dae95b569698319393b69f06ebf0847c "
241+ integrity sha512-kONBFw+qciEffubYqzHQsPxx2NSL1Gw+KolMM28CuKVEKAJJJ2KAN9jDBaVhf/F6jelsCKCM3OFIgOVtjIrhhw ==
242242 dependencies :
243243 " @floating-ui/dom" " ^1.4.2"
244244 typescript "^4.9.5"
You can’t perform that action at this time.
0 commit comments