feed selector styling
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Martti Malmi 2023-12-04 16:28:53 +02:00
parent 2920c2afaa
commit c57db533fc

View File

@ -14,4 +14,10 @@
align-items: center;
justify-content: center;
gap: 12px;
border: none;
box-shadow: none;
}
.root-type > button:hover {
box-shadow: none !important;
}