Align border color for peertube-checkbox with other inputs
authorRigel Kent <sendmemail@rigelk.eu>
Fri, 10 Apr 2020 11:06:47 +0000 (13:06 +0200)
committerRigel Kent <sendmemail@rigelk.eu>
Fri, 10 Apr 2020 11:06:47 +0000 (13:06 +0200)
client/src/sass/include/_mixins.scss

index 6a272494b6b428193a031f4ccb83fb75d3d31c02..975072637b8a93e6be807cdede79e11908ecf043 100644 (file)
     width: 18px;
     min-width: 18px;
     height: 18px;
-    border: $border-width solid $fg-color;
+    border: $border-width solid #C6C6C6;
     border-radius: 3px;
     vertical-align: middle;
     cursor: pointer;