TopDev
All
Companies
Not found

Oops! No such tuy n d ng job listings found

We haven't yet find the job you're looking for at the moment.

Try again by applying different keywords and filters, or explore more results below!

Company information

Related posts

View all
Những đoạn code tùy biến cho VSCode cực đẹp (Phần 2)

Những đoạn code tùy biến cho VSCode cực đẹp (Phần 2)

Tác giả: Trần Anh Tuấn Từ trước tới giờ mình tùy biến VSCode rất nhiều và cũng có nhiều người hỏi về các đoạn code tùy biến đó, người này hỏi, người kia hỏi cho nên mình viết luôn bài này tổng hợp code những cái tùy biến đấy cho các bạn luôn! Trước khi mà các bạn có thể áp dụng được những đoạn code này vào thì các bạn cần xem video này trên kênh Youtube của mình để có thể hiểu cách làm nhé. Tùy biến active tab 4 góc :root{ --size: 5px; } .monaco-workbench .part.editor  > .content .editor-group-container  > .title .tabs-container  > .tab.active.tab-border-top  > .tab-border-top-container { width: 100%; height: 100%; top: 0; left: 0; background-color: transparent; } .monaco-workbench .part.editor  > .content .editor-group-container  > .title .tabs-container  > .tab.active.tab-border-top  > .tab-border-top-container:before, .monaco-workbench .part.editor  > .content .editor-group-container  > .title .tabs-container  > .tab.active.tab-border-top  > .tab-border-top-container:after { content: ""; width: var(--size); height: var(--size); position: absolute; border: 2px solid; border-image-slice: 1; } .monaco-workbench .part.editor  > .content .editor-group-container  > .title .tabs-container  > .tab.active.tab-border-top  > .tab-border-top-container:before { top: 0; left: 0; border-right: 0; border-bottom: 0; border-image-source: linear-gradient(-45deg, #4dd78a, #20e3b2); } .monaco-workbench .part.editor  & [...]

Read more