File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -1204,6 +1204,7 @@ img.ui.avatar,
12041204 box-shadow : none;
12051205}
12061206
1207+ /* replace fomantic popover box shadows */
12071208.ui .dropdown .menu ,
12081209.ui .upward .dropdown > .menu ,
12091210.ui .menu .dropdown .item .menu ,
@@ -1213,6 +1214,9 @@ img.ui.avatar,
12131214.ui .upward .active .selection .dropdown : hover .menu {
12141215 box-shadow : 0 6px 18px var (--color-shadow );
12151216}
1217+ .ui .floating .dropdown .menu {
1218+ box-shadow : 0 6px 18px var (--color-shadow ) !important ;
1219+ }
12161220
12171221.ui .dimmer {
12181222 background : var (--color-overlay-backdrop );
Original file line number Diff line number Diff line change 211211 --color-button : # 1e252e ;
212212 --color-code-bg : # 222733 ;
213213 --color-code-sidebar-bg : # 232834 ;
214- --color-shadow : # 00000060 ;
214+ --color-shadow : # 00000058 ;
215215 --color-secondary-bg : # 2a2e3a ;
216216 --color-text-focus : # fff ;
217217 --color-expand-button : # 3c404d ;
You can’t perform that action at this time.
0 commit comments