@sourcegraph/cody-web 0.18.0 → 0.19.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/style.css CHANGED
@@ -35,28 +35,32 @@
35
35
  --description-font-size: 0.9em; /* match VS Code quickpick description */
36
36
  }
37
37
 
38
- ._title_1nc1q_5, ._description_1nc1q_5, ._warning_1nc1q_5 {
38
+ ._title_1ibg5_5, ._description_1ibg5_5, ._warning_1ibg5_5 {
39
39
  white-space: nowrap;
40
40
  text-overflow: ellipsis;
41
41
  overflow: hidden;
42
42
  }
43
43
 
44
- ._row_1nc1q_11 {
44
+ ._row_1ibg5_11 {
45
45
  display: flex;
46
46
  align-items: center;
47
47
  gap: 0.35rem;
48
48
  }
49
49
 
50
- ._description_1nc1q_5, ._warning_1nc1q_5 {
50
+ ._row_1ibg5_11:hover {
51
+ color: inherit;
52
+ }
53
+
54
+ ._description_1ibg5_5, ._warning_1ibg5_5 {
51
55
  font-size: var(--description-font-size);
52
56
  opacity: 0.7;
53
57
  }
54
58
 
55
- ._description_1nc1q_5 {
59
+ ._description_1ibg5_5 {
56
60
  flex: 1;
57
61
  }
58
62
 
59
- ._title_1nc1q_5:hover {
63
+ ._title_1ibg5_5:hover {
60
64
  direction: rtl;
61
65
  }
62
66
  ._context-item-mention-node_1eamp_1 {
@@ -1479,14 +1483,14 @@ button > ._model-title-with-icon_1bw6t_1 ._badge_1bw6t_35 {
1479
1483
  Root element which only exists to use container query
1480
1484
  for changing header tabs layout.
1481
1485
  */
1482
- ._tabs-root_ild96_10 {
1486
+ ._tabs-root_11pag_10 {
1483
1487
  container-type: inline-size;
1484
1488
  container-name: tabs-container;
1485
1489
  isolation: isolate;
1486
- z-index: 1;
1490
+ z-index: 2;
1487
1491
  }
1488
1492
 
1489
- ._tabs-container_ild96_17 {
1493
+ ._tabs-container_11pag_17 {
1490
1494
  display: flex;
1491
1495
  width: 100%;
1492
1496
  padding: 0;
@@ -1496,7 +1500,7 @@ button > ._model-title-with-icon_1bw6t_1 ._badge_1bw6t_35 {
1496
1500
  background-color: var(--vscode-sideBar-background);
1497
1501
  }
1498
1502
 
1499
- ._tabs_ild96_10 {
1503
+ ._tabs_11pag_10 {
1500
1504
  display: flex;
1501
1505
  flex-shrink: 0;
1502
1506
  gap: 2px;
@@ -1505,27 +1509,27 @@ button > ._model-title-with-icon_1bw6t_1 ._badge_1bw6t_35 {
1505
1509
  border-bottom: 1px solid var(--vscode-dropdown-border);
1506
1510
  }
1507
1511
 
1508
- ._tabs_ild96_10 > * {
1512
+ ._tabs_11pag_10 > * {
1509
1513
  flex-shrink: 0;
1510
1514
  }
1511
1515
 
1512
- ._sub-tabs_ild96_40 {
1516
+ ._sub-tabs_11pag_40 {
1513
1517
  display: flex;
1514
1518
  flex-shrink: 0;
1515
1519
  gap: 8px;
1516
1520
  padding: 0 8px;
1517
1521
  }
1518
1522
 
1519
- ._sub-tabs_ild96_40 > * {
1523
+ ._sub-tabs_11pag_40 > * {
1520
1524
  flex-shrink: 0;
1521
1525
  }
1522
1526
 
1523
- ._sub-tabs_ild96_40 > button,
1524
- ._sub-tabs_ild96_40 > a {
1527
+ ._sub-tabs_11pag_40 > button,
1528
+ ._sub-tabs_11pag_40 > a {
1525
1529
  padding: 8px;
1526
1530
  }
1527
1531
 
1528
- ._tab-action-label_ild96_56 {
1532
+ ._tab-action-label_11pag_56 {
1529
1533
  display: inline;
1530
1534
  }
1531
1535
 
@@ -1537,25 +1541,25 @@ button > ._model-title-with-icon_1bw6t_1 ._badge_1bw6t_35 {
1537
1541
  this override)
1538
1542
  */
1539
1543
  @container tabs-container (width < 575px) {
1540
- ._tabs-root_ild96_10:not(._tabs-root--cody-web_ild96_68) ._tab-action-label_ild96_56 {
1544
+ ._tabs-root_11pag_10:not(._tabs-root--cody-web_11pag_68) ._tab-action-label_11pag_56 {
1541
1545
  display: none;
1542
1546
  }
1543
1547
  }
1544
1548
 
1545
1549
  /* Special override for Cody Web tabs */
1546
1550
  @container tabs-container (width < 375px) {
1547
- ._tabs-root--cody-web_ild96_68 ._tab-action-label_ild96_56 {
1551
+ ._tabs-root--cody-web_11pag_68 ._tab-action-label_11pag_56 {
1548
1552
  display: none;
1549
1553
  }
1550
1554
  }
1551
1555
 
1552
- ._dialog-overlay_ild96_1 {
1556
+ ._dialog-overlay_11pag_1 {
1553
1557
  inset: 0;
1554
1558
  position: fixed;
1555
1559
  background-color: var(--vscode-overlay-background);
1556
1560
  }
1557
1561
 
1558
- ._dialog-content_ild96_1 {
1562
+ ._dialog-content_11pag_1 {
1559
1563
  width: 90vw;
1560
1564
  max-width: 450px;
1561
1565
  max-height: 85vh;
@@ -1571,23 +1575,23 @@ button > ._model-title-with-icon_1bw6t_1 ._badge_1bw6t_35 {
1571
1575
  hsl(206deg 22% 7% / 20%) 0 10px 20px -15px;
1572
1576
  }
1573
1577
 
1574
- ._dialog-content_ild96_1:focus {
1578
+ ._dialog-content_11pag_1:focus {
1575
1579
  outline: none;
1576
1580
  }
1577
1581
 
1578
- ._dialog-title_ild96_1 {
1582
+ ._dialog-title_11pag_1 {
1579
1583
  margin: 0;
1580
1584
  font-weight: 500;
1581
1585
  font-size: 17px;
1582
1586
  }
1583
1587
 
1584
- ._dialog-description_ild96_1 {
1588
+ ._dialog-description_11pag_1 {
1585
1589
  margin: 10px 0 20px;
1586
1590
  font-size: 15px;
1587
1591
  line-height: 1.5;
1588
1592
  }
1589
1593
 
1590
- ._dialog-footer_ild96_1 {
1594
+ ._dialog-footer_11pag_1 {
1591
1595
  margin-top: 1.5rem;
1592
1596
  width: 100%;
1593
1597
  display: flex;
@@ -2354,9 +2358,6 @@ imported in Sourcegraph shell.
2354
2358
  .tw-ml-4 {
2355
2359
  margin-left: 8px;
2356
2360
  }
2357
- .tw-ml-8 {
2358
- margin-left: 16px;
2359
- }
2360
2361
  .tw-ml-auto {
2361
2362
  margin-left: auto;
2362
2363
  }
@@ -3039,24 +3040,21 @@ imported in Sourcegraph shell.
3039
3040
  .tw-pb-12 {
3040
3041
  padding-bottom: 24px;
3041
3042
  }
3042
- .tw-pb-2 {
3043
- padding-bottom: 4px;
3044
- }
3045
3043
  .tw-pb-6 {
3046
3044
  padding-bottom: 12px;
3047
3045
  }
3048
3046
  .tw-pl-5 {
3049
3047
  padding-left: 10px;
3050
3048
  }
3049
+ .tw-pl-8 {
3050
+ padding-left: 16px;
3051
+ }
3051
3052
  .tw-pr-4 {
3052
3053
  padding-right: 8px;
3053
3054
  }
3054
3055
  .tw-pt-2 {
3055
3056
  padding-top: 4px;
3056
3057
  }
3057
- .tw-pt-4 {
3058
- padding-top: 8px;
3059
- }
3060
3058
  .tw-pt-6 {
3061
3059
  padding-top: 12px;
3062
3060
  }
@@ -3599,6 +3597,9 @@ imported in Sourcegraph shell.
3599
3597
  .hover\:\!tw-bg-button-secondary-background-hover:hover {
3600
3598
  background-color: var(--vscode-button-secondaryHoverBackground) !important;
3601
3599
  }
3600
+ .hover\:\!tw-bg-transparent:hover {
3601
+ background-color: transparent !important;
3602
+ }
3602
3603
  .hover\:tw-bg-accent:hover {
3603
3604
  background-color: var(--vscode-list-activeSelectionBackground);
3604
3605
  }