mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-04 21:04:37 +08:00
docs-mintlify: Fix app icon styling
This commit is contained in:
parent
c324ef4a12
commit
eb3af733ff
@ -1,3 +1,4 @@
|
||||
ul#sidebar-group > li > button > div:first-child,
|
||||
ul#sidebar-group > li > a > div:first-child {
|
||||
background: transparent !important;
|
||||
border: 0 !important;
|
||||
@ -6,6 +7,7 @@ ul#sidebar-group > li > a > div:first-child {
|
||||
}
|
||||
|
||||
ul#sidebar-group > li > button > img,
|
||||
ul#sidebar-group > li > button > div:first-child > img,
|
||||
ul#sidebar-group > li > a > div:first-child > img {
|
||||
/* AppIcon-like shell */
|
||||
border: 1px solid transparent !important;
|
||||
@ -22,8 +24,10 @@ ul#sidebar-group > li > a > div:first-child > img {
|
||||
}
|
||||
|
||||
html.dark ul#sidebar-group > li > button > img,
|
||||
html.dark ul#sidebar-group > li > button > div:first-child > img,
|
||||
html.dark ul#sidebar-group > li > a > div:first-child > img,
|
||||
:root[data-theme="dark"] ul#sidebar-group > li > button > img,
|
||||
:root[data-theme="dark"] ul#sidebar-group > li > button > div:first-child > img,
|
||||
:root[data-theme="dark"] ul#sidebar-group > li > a > div:first-child > img {
|
||||
border: 1px solid transparent !important;
|
||||
/* Use inverted shell colors so post-filter background stays blue */
|
||||
|
||||
Loading…
Reference in New Issue
Block a user