Skip to content

Commit

Permalink
jira-inline-code: add selector for visual editor in Jira v9.12.*
Browse files Browse the repository at this point in the history
  • Loading branch information
rybak committed May 14, 2024
1 parent 40e4295 commit 5be564c
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions jira-inline-code.user.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
@preprocessor uso
@var text yourDomain "Your Jira domain" "jira.example.com"
@var text yourDomain2 "Your 2nd Jira domain" "jira.example.com"
@version 13
@version 14
==/UserStyle== */

/*
* Copyright (c) 2021-2023 Andrei Rybak
* Copyright (c) 2021-2024 Andrei Rybak
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down Expand Up @@ -41,7 +41,8 @@
span.monospace,
.mce-content-body tt,
code.code.css-z5oxh7,
.ak-editor-content-area.css-jkbmih span.code {
.ak-editor-content-area.css-jkbmih span.code,
code.c-mrkdwn__code {
background-color: #f8f9fa;
color: #000;
padding: .1em .3em;
Expand All @@ -62,7 +63,8 @@
html[data-color-mode="dark"][data-theme~="dark:dark"] span.monospace,
html[data-color-mode="dark"][data-theme~="dark:dark"] .mce-content-body tt,
html[data-color-mode="dark"][data-theme~="dark:dark"] code.code.css-z5oxh7,
html[data-color-mode="dark"][data-theme~="dark:dark"] .ak-editor-content-area.css-jkbmih span.code {
html[data-color-mode="dark"][data-theme~="dark:dark"] .ak-editor-content-area.css-jkbmih span.code,
html[data-color-mode="dark"][data-theme~="dark:dark"] code.c-mrkdwn__code {
background-color: rgb(29, 33, 37);
color: #fff;
border-color: #A6C5E229;
Expand Down

0 comments on commit 5be564c

Please sign in to comment.