|
@@ -2,5 +2,7 @@ |
|
2
|
2
|
* Utilities to stylize widget in Customizer controls. |
|
3
|
3
|
*/ |
|
4
|
4
|
|
|
5
|
5
|
/* My Community */ |
|
6
|
|
-#available-widgets [class*="community"] .widget-title:before { content: "\f307"; } |
|
6
|
+#available-widgets [class*="community"] .widget-title::before { |
|
7
|
+ content: "\f307"; |
|
8
|
+} |