X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fsass%2Finclude%2F_mixins.scss;h=2efd6a1d3545b81915b9a4e428958468e34cbaa9;hb=8b183196cbafaa491bf70e32c82fabd2064ad462;hp=03cb337c2fc6edf4850720729f47736b6adbddd5;hpb=dcbc29d5c89cc5106a7e738af6861565f740dbe7;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/sass/include/_mixins.scss b/client/src/sass/include/_mixins.scss index 03cb337c2..2efd6a1d3 100644 --- a/client/src/sass/include/_mixins.scss +++ b/client/src/sass/include/_mixins.scss @@ -8,7 +8,9 @@ } @mixin disable-outline { - outline: none; + &:focus:not(.focus-visible) { + outline: none; + } &::-moz-focus-inner { border: 0; @@ -51,7 +53,6 @@ -ms-hyphens: auto; -moz-hyphens: auto; hyphens: auto; - text-align: justify; } @mixin peertube-input-text($width) { @@ -67,6 +68,10 @@ &::placeholder { color: var(--inputPlaceholderColor); } + + @media screen and (max-width: $width) { + width: 100%; + } } @mixin peertube-input-group($width) { @@ -216,6 +221,7 @@ cursor: pointer; height: $button-height; text-overflow: ellipsis; + color: var(--mainForegroundColor); &:focus { outline: none;