Added missing styling of the targeted line in code boxes
authorMarcel Werk <burntime@woltlab.com>
Wed, 24 Aug 2016 16:42:10 +0000 (18:42 +0200)
committerMarcel Werk <burntime@woltlab.com>
Wed, 24 Aug 2016 16:42:15 +0000 (18:42 +0200)
wcfsetup/install/files/style/bbcode/code.scss

index 013cca6d77432c841527fd042ced25f1b20a53dd..37658c4a6b61fb6874cede1b14de6e4ab4f4eb8b 100644 (file)
                                        top: 0;
                                        width: 3.4em;
                                }
+                               
+                               &:target {
+                                       background-color: rgba(255, 255, 102, 1);
+                               }
                        }
                }
        }