]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Fix primeng calendar style
authorChocobozzz <me@florianbigard.com>
Thu, 25 May 2023 14:15:12 +0000 (16:15 +0200)
committerChocobozzz <me@florianbigard.com>
Thu, 25 May 2023 14:15:12 +0000 (16:15 +0200)
client/src/sass/primeng-custom.scss

index a721663eafd2f355e1b8dc62c76e50b3f69771bf..e288a38669eb9af672bf03820e9ebf4ebda3f32e 100644 (file)
@@ -302,6 +302,9 @@ body .p-datepicker .p-datepicker-header .p-datepicker-title select:focus {
   outline-offset: 0;
   box-shadow: 0 0 0 0.2em pvar(--mainColorLightest);
 }
+body .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
+  @include margin-right(0.5rem);
+}
 body .p-datepicker table {
   font-size: 14px;
   margin: 0.857em 0 0 0;
@@ -752,57 +755,6 @@ p-table {
   }
 }
 
-// PrimeNG calendar tweaks
-p-calendar .p-datepicker {
-  a {
-    @include disable-default-a-behaviour;
-  }
-
-  .p-datepicker-header {
-
-    .p-datepicker-year {
-      @include margin-left(5px);
-    }
-
-    .p-datepicker-next {
-      @include chevron-right-default;
-
-      color: #000 !important;
-      text-align: end;
-
-      .pi.pi-chevron-right {
-        display: none !important;
-      }
-    }
-
-    .p-datepicker-prev {
-      @include chevron-left-default;
-
-      color: #000 !important;
-      text-align: start;
-
-      .pi.pi-chevron-left {
-        display: none !important;
-      }
-    }
-  }
-
-  .p-timepicker {
-
-    .pi.pi-chevron-up {
-      @include chevron-up-default;
-
-      color: #000 !important;
-    }
-
-    .pi.pi-chevron-down {
-      @include chevron-down-default;
-
-      color: #000 !important;
-    }
-  }
-}
-
 p-tablecheckbox:hover div .p-checkbox-box {
   box-shadow: 0 0 0 .1rem rgba(87, 85, 217, .2);
 }