mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-30 16:33:15 +00:00
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:
parent
0fe7e74343
commit
246866741a
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -30,6 +30,7 @@
|
|||
|
||||
@blue: #405ebf;
|
||||
@blue-10: #f1f4f9;
|
||||
@blue-30: #97b6e5;
|
||||
@blueDark: #040d2d;
|
||||
@green: #46a546;
|
||||
@red: #a93529;
|
||||
|
|
Loading…
Reference in a new issue