move group indicator to the left

This commit is contained in:
tobinio 2025-05-16 17:59:56 +02:00
parent 72dcd86bf2
commit 935c65468f
2 changed files with 8 additions and 7 deletions

View file

@ -4,18 +4,19 @@ tab-group[split-view-group] {
padding: 2px 2px !important; padding: 2px 2px !important;
position: relative; position: relative;
&::after { &::after {
content: ''; content: '';
width: 1px; width: 3px;
height: calc(100% - 8px); height: calc(100% - 8px);
background-color: light-dark(rgba(0, 0, 0, 0.1), rgba(255, 255, 255, 0.2)); background-color: var(--tab-selected-bgcolor);
position: absolute; position: absolute;
right: 0; left: 2px;
top: 50%; top: 50%;
transform: translateY(-50%); transform: translateY(-50%);
border-radius: 2px
} }
&:hover, &:has(> tab:is([visuallyselected], [multiselected])){ &:hover, &:has(> tab:is([visuallyselected], [multiselected])){
&::after{ &::after{
width: 0; width: 0;
} }

View file

@ -7,8 +7,8 @@
"readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/4c2bec61-7f6c-4e5c-bdc6-c9ad1aba1827/readme.md", "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/4c2bec61-7f6c-4e5c-bdc6-c9ad1aba1827/readme.md",
"image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/4c2bec61-7f6c-4e5c-bdc6-c9ad1aba1827/image.png", "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/4c2bec61-7f6c-4e5c-bdc6-c9ad1aba1827/image.png",
"author": "ToBinio", "author": "ToBinio",
"version": "1.0.0", "version": "1.1.0",
"tags": [], "tags": [],
"createdAt": "2025-03-11", "createdAt": "2025-03-11",
"updatedAt": "2025-03-31" "updatedAt": "2025-05-16"
} }