mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-07 06:56:04 +02:00
use tailwind tokens for border-radius values
This commit is contained in:
@@ -1357,9 +1357,7 @@
|
||||
|
||||
.group-item:hover {
|
||||
background-color: var(--accent);
|
||||
box-shadow:
|
||||
0 4px 6px -1px rgb(0 0 0 / 0.1),
|
||||
0 2px 4px -2px rgb(0 0 0 / 0.1);
|
||||
box-shadow: var(--shadow-sm);
|
||||
}
|
||||
|
||||
.group-item__top {
|
||||
@@ -1551,9 +1549,7 @@
|
||||
|
||||
:deep(.favorites-search-card:hover) {
|
||||
background-color: var(--accent);
|
||||
box-shadow:
|
||||
0 4px 6px -1px rgb(0 0 0 / 0.1),
|
||||
0 2px 4px -2px rgb(0 0 0 / 0.1);
|
||||
box-shadow: var(--shadow-sm);
|
||||
}
|
||||
|
||||
:deep(.favorites-search-card.is-selected) {
|
||||
|
||||
Reference in New Issue
Block a user