PluginProbe
Disable Comments & Delete All Comments / trunk
Disable Comments & Delete All Comments vtrunk
1.3.3 1.3.2 trunk 1.0.0 1.0.4 1.0.5 1.0.8 1.0.9 1.1.1 1.1.3 1.1.5 1.1.6 1.1.7 1.1.8 1.1.9 1.3.0 1.3.1
comments-plus / assets / css / url-span.css

url-span.css in Disable Comments & Delete All Comments trunk, at assets/css/url-span.css

16 lines 399 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /**
2 * Url span
3 * @author Alex Kovalev <alex.kovalevv@gmail.com>, Github: https://github.com/alexkovalevv
4 * @copyright (c) 17.11.2017, Webcraftic
5 * @version 1.0
6 */
7
8 .wbcr-clearfy-pseudo-link:not(.wp-block-comment-author-name .wbcr-clearfy-pseudo-link) {
9 color: #008acf;
10 cursor: pointer;
11 text-decoration: underline;
12 }
13
14 .wbcr-clearfy-pseudo-link:hover {
15 text-decoration: none;
16 }