Skip to content

Commit d110ece

Browse files
committed
Styling adjustments
1 parent ea0d057 commit d110ece

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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-[18px] cursor-default rounded-sm border px-1 pt-[3px] pb-[2px] text-center align-middle font-mono text-sm leading-none capitalize shadow-[0_2px_0_1px];
44
}
55
}

src/Elastic.Documentation.Site/Assets/styles.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
}

0 commit comments

Comments
 (0)