]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/shared/forms/timestamp-input.component.scss
`fitWidth` for `video-miniature`, fluid grid (#2830)
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / forms / timestamp-input.component.scss
index 7115777fd3dd9f90ab78520f4b73106029157b85..8092b095bd72d646c09fa0783da12e5987e55234 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} pvar(--mainColorLightest);
+    }
   }
 }