anthonynorth / rscodeio

An RStudio theme inspired by Visual Studio Code.
Other
407 stars 65 forks source link

Fix search bar styling #51

Open salim-b opened 3 years ago

salim-b commented 3 years ago

Only the first search bar will get the id rstudio_find_replace_bar, all the additional ones (in other document tabs) will get rstudio_find_replace_bar_# where # is an increasing number, so we have to take that into account.