File tree 3 files changed +25
-0
lines changed
3 files changed +25
-0
lines changed Original file line number Diff line number Diff line change 88
88
--menu-item-keyboard-shortcut-color : # ffffff8f ;
89
89
--menu-item-arrow-color : # ffffffa3 ;
90
90
--menu-item-delimiter-color : # ffffff1c ;
91
+ --menu-item-group-header-color : # ffffff91 ;
91
92
92
93
--modal-background-color : # 333 ;
93
94
--modal-backdrop-color : # 444 ;
Original file line number Diff line number Diff line change 82
82
--menu-item-keyboard-shortcut-color : # 666666a8 ;
83
83
--menu-item-arrow-color : # 00000080 ;
84
84
--menu-item-delimiter-color : # 00000030 ;
85
+ --menu-item-group-header-color : # 00000061 ;
85
86
86
87
--modal-background-color : white;
87
88
--modal-backdrop-color : black;
Original file line number Diff line number Diff line change @@ -1082,6 +1082,29 @@ html body .dropdown-item[disabled] {
1082
1082
color : var (--menu-item-arrow-color ) !important ;
1083
1083
}
1084
1084
1085
+ /* Menu item group heading */
1086
+
1087
+ /* The heading body */
1088
+ .dropdown-menu h6 {
1089
+ position : relative;
1090
+ background : transparent;
1091
+ padding : 1em 8px 14px 8px ;
1092
+ text-transform : uppercase;
1093
+ font-size : .8em ;
1094
+ letter-spacing : 1pt ;
1095
+ color : var (--menu-item-group-header-color ) !important ;
1096
+ }
1097
+
1098
+ /* The delimiter line */
1099
+ .dropdown-menu h6 ::before {
1100
+ content : "" ;
1101
+ position : absolute;
1102
+ bottom : 8px ;
1103
+ left : calc (0px - var (--menu-padding-size ));
1104
+ right : calc (0px - var (--menu-padding-size ));
1105
+ border-top : 1px solid var (--menu-item-delimiter-color );
1106
+ }
1107
+
1085
1108
/* Static menus (used as a list, such as on the note revisions dialog) */
1086
1109
body .desktop .dropdown-menu .static {
1087
1110
box-shadow : unset;
You can’t perform that action at this time.
0 commit comments