]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/sass/primeng-custom.scss
Move to stylelint
[github/Chocobozzz/PeerTube.git] / client / src / sass / primeng-custom.scss
index 9c9b5d4fcf73eca387f9563f26ce2d528043b1ed..1abcd30e401b91ae751a90ac3d2cfb25d415f556 100644 (file)
@@ -1,8 +1,14 @@
 @import '_variables';
 @import '_mixins';
 
+/* stylelint-disable */
 @import '~primeng/resources/primeng.css';
 
+// Override primeng style we don't want
+input[type=button] {
+  border-radius: inherit;
+}
+
 // Taken from old nova light theme
 
 body .p-disabled {