mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-11 15:10:48 +02: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:
@@ -303,6 +303,10 @@
|
||||
&:hover {
|
||||
color: @formatting-btn-color;
|
||||
}
|
||||
|
||||
&:focus {
|
||||
color: @formatting-btn-color;
|
||||
}
|
||||
}
|
||||
|
||||
.formatting-btn--icon {
|
||||
|
||||
Reference in New Issue
Block a user