File tree 2 files changed +5
-1
lines changed 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -1204,6 +1204,7 @@ img.ui.avatar,
1204
1204
box-shadow : none;
1205
1205
}
1206
1206
1207
+ /* replace fomantic popover box shadows */
1207
1208
.ui .dropdown .menu ,
1208
1209
.ui .upward .dropdown > .menu ,
1209
1210
.ui .menu .dropdown .item .menu ,
@@ -1213,6 +1214,9 @@ img.ui.avatar,
1213
1214
.ui .upward .active .selection .dropdown : hover .menu {
1214
1215
box-shadow : 0 6px 18px var (--color-shadow );
1215
1216
}
1217
+ .ui .floating .dropdown .menu {
1218
+ box-shadow : 0 6px 18px var (--color-shadow ) !important ;
1219
+ }
1216
1220
1217
1221
.ui .dimmer {
1218
1222
background : var (--color-overlay-backdrop );
Original file line number Diff line number Diff line change 211
211
--color-button : # 1e252e ;
212
212
--color-code-bg : # 222733 ;
213
213
--color-code-sidebar-bg : # 232834 ;
214
- --color-shadow : # 00000060 ;
214
+ --color-shadow : # 00000058 ;
215
215
--color-secondary-bg : # 2a2e3a ;
216
216
--color-text-focus : # fff ;
217
217
--color-expand-button : # 3c404d ;
You can’t perform that action at this time.
0 commit comments