]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/shared/shared-video-miniature/video-filters-header.component.scss
Improve accessibility
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / shared-video-miniature / video-filters-header.component.scss
index 8cb1ff5b86bee48e6f2af73d48d6c853d7dab943..c65895a516f136c7dd1caf3c519686f7d0552d29 100644 (file)
@@ -3,7 +3,6 @@
 
 .root {
   margin-bottom: 45px;
-  font-size: 15px;
 }
 
 .first-row {
 
   border-radius: 24px;
   padding: 4px 15px;
-  font-size: 16px;
   margin-bottom: 15px;
   cursor: pointer;
+
+  &:focus-visible {
+    outline: pvar(--mainColor) auto 1px;
+  }
 }
 
 .filters-toggle {
 }
 
 .sort {
-  min-width: 200px;
+  min-width: 250px;
   max-width: 300px;
   height: min-content;