Merge pull request #10523 from overleaf/jel-update-focus-visible

[web] Update `focus-visible` for new CSS

GitOrigin-RevId: 20ae3ed2679859540ae157a210402c43121f40e1
This commit is contained in:
Jessica Lawshe 2022-11-17 09:30:29 -06:00 committed by Copybot
parent 0fe7e74343
commit 246866741a
2 changed files with 2 additions and 1 deletions

View file

@ -129,7 +129,7 @@
box-shadow: @shadow;
}
.box-shadow-button-input() {
box-shadow: 0px 0px 0px 2px rgba(50, 101, 178, 0.56);
box-shadow: 0px 0px 0px 2px @blue-30;
}
// Transitions

View file

@ -30,6 +30,7 @@
@blue: #405ebf;
@blue-10: #f1f4f9;
@blue-30: #97b6e5;
@blueDark: #040d2d;
@green: #46a546;
@red: #a93529;