aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/sass/include
diff options
context:
space:
mode:
authorRigel Kent <sendmemail@rigelk.eu>2020-01-06 12:40:59 +0100
committerRigel Kent <sendmemail@rigelk.eu>2020-01-06 12:41:14 +0100
commit46db9430af70f45bc656cb0ac8e519f5d0be0149 (patch)
tree9000a400c1666013d45064505e65a24d2e9a2fb0 /client/src/sass/include
parenta6051ba746b15bab5679b5908b06009e3e950cee (diff)
downloadPeerTube-46db9430af70f45bc656cb0ac8e519f5d0be0149.tar.gz
PeerTube-46db9430af70f45bc656cb0ac8e519f5d0be0149.tar.zst
PeerTube-46db9430af70f45bc656cb0ac8e519f5d0be0149.zip
Add checkbox focus shadows, and admin resolution descriptions
Diffstat (limited to 'client/src/sass/include')
-rw-r--r--client/src/sass/include/_mixins.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/sass/include/_mixins.scss b/client/src/sass/include/_mixins.scss
index 17217283e..88cbf3384 100644
--- a/client/src/sass/include/_mixins.scss
+++ b/client/src/sass/include/_mixins.scss
@@ -337,7 +337,7 @@
337 position: absolute; 337 position: absolute;
338 338
339 &:focus + span { 339 &:focus + span {
340 outline: 1px solid #1e5180; 340 box-shadow: 0 0 0 .1rem rgba(87, 85, 217, .2);
341 } 341 }
342 342
343 & + span { 343 & + span {