mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-08 19:50:47 +00:00
Merge pull request #4074 from overleaf/msm-fix-symbol-palette-toggle-dissapear
Added ':focus' selector to 'formatting-btn' GitOrigin-RevId: 0e3c1176b4940d71cbd1027695961456cd721f6e
This commit is contained in:
parent
d5f7b1169f
commit
24ac0dbf97
1 changed files with 4 additions and 0 deletions
|
@ -303,6 +303,10 @@
|
|||
&:hover {
|
||||
color: @formatting-btn-color;
|
||||
}
|
||||
|
||||
&:focus {
|
||||
color: @formatting-btn-color;
|
||||
}
|
||||
}
|
||||
|
||||
.formatting-btn--icon {
|
||||
|
|
Loading…
Add table
Reference in a new issue