1
0
Fork 0
mirror of https://github.com/overleaf/overleaf.git synced 2025-02-21 04:21:38 +00:00

Merge pull request 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
services/web/frontend/stylesheets/core

View file

@ -129,7 +129,7 @@
box-shadow: @shadow; box-shadow: @shadow;
} }
.box-shadow-button-input() { .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 // Transitions

View file

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