]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/shared/forms/timestamp-input.component.scss
Merge branch 'release/2.2.0' into develop
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / forms / timestamp-input.component.scss
index 7115777fd3dd9f90ab78520f4b73106029157b85..9671cc65f1e53bf6e0b4f5c2719fdc7ef511132a 100644 (file)
@@ -1,8 +1,15 @@
+@import 'variables';
+
 p-inputmask {
-  /deep/ input {
+  ::ng-deep input {
     width: 80px;
     font-size: 15px;
 
     border: none;
+
+    &:focus-within,
+    &:focus {
+      box-shadow: #{$focus-box-shadow-form} var(--mainColorLightest);
+    }
   }
 }