aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/gameActivityToggle/style.css
blob: b6abf47fee53c483ec3cdb043c5b6348e5d69773 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[class*="withTagAsButton"] {
    min-width: 88px;
}

.game-activity-toggle-btn {
    all: unset;
    color: var(--interactive-normal);
    width: 32px;
    height: 32px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.game-activity-toggle-btn:hover {
    color: var(--interactive-hover);
    background-color: var(--background-modifier-selected);
}