File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
src/Elastic.Documentation.Site/Assets Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 11@layer components {
22 kbd {
3- @apply bg-grey-20 text-grey-100 border-grey-60 shadow-grey-60 relative top-[-2px ] cursor-default rounded-sm border px-1 py-0.5 text-center font-mono text-xs leading-none capitalize shadow-[0_2px _0_1px ];
3+ @apply bg-grey-20 text-grey-100 border-grey-50 shadow-grey-50 relative top-[-2px ] inline-block min-w-[ 18 px ] cursor-default rounded-sm border px-1 pt-[ 3 px ] pb-[ 2 px ] text-center align-middle font-mono text-sm leading-none capitalize shadow-[0_2px _0_1px ];
44 }
55}
Original file line number Diff line number Diff line change @@ -228,3 +228,9 @@ body {
228228.tippy-content {
229229 white-space : pre-line;
230230}
231+
232+ .icon ,
233+ .icon > * {
234+ user-select : none;
235+ pointer-events : none;
236+ }
You can’t perform that action at this time.
0 commit comments