diff --git a/.changeset/real-spiders-dance.md b/.changeset/real-spiders-dance.md new file mode 100644 index 000000000..b4ec143ef --- /dev/null +++ b/.changeset/real-spiders-dance.md @@ -0,0 +1,5 @@ +--- +'frontend-gelinkt-notuleren': patch +--- + +Fix bug where selection in link url text was not visible diff --git a/app/styles/_shame.scss b/app/styles/_shame.scss index c6d83208f..ae5fd6bbb 100644 --- a/app/styles/_shame.scss +++ b/app/styles/_shame.scss @@ -768,18 +768,6 @@ div[typeof='besluitpublicatie:Documentonderdeel'] { } } -.ProseMirror-selectednode { - div[typeof='besluitpublicatie:Documentonderdeel'] { - outline: 0; - box-shadow: 0 0 0 2px var(--au-blue-600); - border-radius: 4px; - overflow: hidden; - } - ::selection { - background-color: #0000; - } -} - #ember-basic-dropdown-wormhole { z-index: 20000; }