mirror of
https://github.com/He4eT/tabswitcher.git
synced 2026-05-05 01:17:23 +00:00
pages/search: indicator for discarded tabs
This commit is contained in:
parent
bd95d1c114
commit
bcf56cf841
4 changed files with 25 additions and 1 deletions
|
|
@ -65,6 +65,21 @@ main {
|
|||
height: calc(2 * var(--step));
|
||||
}
|
||||
|
||||
.tab > .indicator {
|
||||
flex-shrink: 0;
|
||||
border-radius: 50%;
|
||||
width: calc(1 * var(--step));
|
||||
height: calc(1 * var(--step));
|
||||
}
|
||||
|
||||
.tab > .indicator.active {
|
||||
background-color: var(--green-60);
|
||||
}
|
||||
|
||||
.tab > .indicator.discarded {
|
||||
background-color: var(--gray-light-50);
|
||||
}
|
||||
|
||||
.tab > .label {
|
||||
font-family: monospace;
|
||||
color: var(--gray-dark-10);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue