Skip to content

Commit 3042e77

Browse files
CSS brother --> sibling
1 parent 187f978 commit 3042e77

File tree

4 files changed

+25
-25
lines changed

4 files changed

+25
-25
lines changed

src/style/parts/family-modal.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
.prompt {
33
background-color: var(--background-primary);
44

5-
&:has(.brother),
5+
&:has(.sibling),
66
&:has(.child),
77
&:has(.cluster),
88
&:has(.delete),
@@ -43,8 +43,8 @@
4343
background-color: var(--background-prompt-child);
4444
}
4545

46-
&.brother {
47-
background-color: var(--background-prompt-brother);
46+
&.sibling {
47+
background-color: var(--background-prompt-sibling);
4848
}
4949

5050
&.orphan {

src/style/parts/file-menu.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
}
1818

1919
.menu-item:has(.menu-item-icon .lucide-git-compare) {
20-
background-color: var(--background-menu-brother);
20+
background-color: var(--background-menu-sibling);
2121
}
2222

2323
.menu-item.selected:has(.menu-item-icon .lucide-git-compare) {
24-
background-color: var(--background-menu-brother-selected);
24+
background-color: var(--background-menu-sibling-selected);
2525
}
2626

2727
.menu-item:has(.menu-item-icon .lucide-disc) {

src/style/parts/variables.scss

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//-prompt colors
33
--background-prompt-child: hsl(340.53deg 50% 30%);
44
--background-prompt-cluster: hsl(154.99deg 50% 30%);
5-
--background-prompt-brother: hsl(210.38deg 50% 30%);
5+
--background-prompt-sibling: hsl(210.38deg 50% 30%);
66
--background-prompt-orphan: hsl(303deg 50% 30%);
77
--background-prompt-delete: hsl(5, 83%, 42%);
88
//-tree colors
@@ -13,8 +13,8 @@
1313
--background-menu-cluster-selected: hsl(154.99deg 50% 30%/ 80%) !important;
1414
--background-menu-child: hsl(341deg 50% 30% / 40%) !important;
1515
--background-menu-child-selected: hsl(341deg 50% 30% / 80%) !important;
16-
--background-menu-brother: hsl(210deg 50% 30% / 40%) !important;
17-
--background-menu-brother-selected: hsl(210deg 50% 30% / 80%) !important;
16+
--background-menu-sibling: hsl(210deg 50% 30% / 40%) !important;
17+
--background-menu-sibling-selected: hsl(210deg 50% 30% / 80%) !important;
1818
--background-menu-orphan: hsl(303deg 50% 30%/ 40%) !important;
1919
--background-menu-orphan-selected: hsl(303deg 50% 30%/ 80%) !important;
2020
//- buttons container colors
@@ -38,7 +38,7 @@
3838
//-prompt colors
3939
--background-prompt-child: hsl(340.53deg 50% 30%);
4040
--background-prompt-cluster: hsl(154.99deg 50% 30%);
41-
--background-prompt-brother: hsl(210.38deg 50% 30%);
41+
--background-prompt-sibling: hsl(210.38deg 50% 30%);
4242
--background-prompt-orphan: hsl(303deg 50% 30%);
4343
--background-prompt-delete: hsl(5, 83%, 42%);
4444
//-tree colors
@@ -49,8 +49,8 @@
4949
--background-menu-cluster-selected: hsl(154.99deg 50% 30%/ 80%) !important;
5050
--background-menu-child: hsl(341deg 50% 30% / 40%) !important;
5151
--background-menu-child-selected: hsl(341deg 50% 30% / 80%) !important;
52-
--background-menu-brother: hsl(210deg 50% 30% / 40%) !important;
53-
--background-menu-brother-selected: hsl(210deg 50% 30% / 80%) !important;
52+
--background-menu-sibling: hsl(210deg 50% 30% / 40%) !important;
53+
--background-menu-sibling-selected: hsl(210deg 50% 30% / 80%) !important;
5454
--background-menu-orphan: hsl(303deg 50% 30%/ 40%) !important;
5555
--background-menu-orphan-selected: hsl(303deg 50% 30%/ 80%) !important;
5656
//- buttons container colors

styles.css

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)