mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-13 21:01:21 +08:00
Fix docs sidebar icons
This commit is contained in:
parent
205b524789
commit
12eea58dbc
@ -1,14 +1,14 @@
|
||||
ul#sidebar-group > li > button > div:first-child,
|
||||
ul#sidebar-group > li > a > div:first-child {
|
||||
ul.sidebar-group > li > button > div:first-child,
|
||||
ul.sidebar-group > li > a > div:first-child {
|
||||
background: transparent !important;
|
||||
border: 0 !important;
|
||||
box-shadow: none !important;
|
||||
padding: 0 !important;
|
||||
}
|
||||
|
||||
ul#sidebar-group > li > button > img,
|
||||
ul#sidebar-group > li > button > div:first-child > img,
|
||||
ul#sidebar-group > li > a > div:first-child > img {
|
||||
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;
|
||||
border-radius: 30% !important;
|
||||
@ -23,12 +23,12 @@ ul#sidebar-group > li > a > div:first-child > img {
|
||||
inset 0 0 0 1px rgba(255, 255, 255, 0.55);
|
||||
}
|
||||
|
||||
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 {
|
||||
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 */
|
||||
background:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user