mirror of
https://github.com/penpot/penpot.git
synced 2025-08-02 03:48:30 +02:00
🐛 Fix hide html options on handoff
This commit is contained in:
parent
36af303850
commit
eb797f37a7
3 changed files with 5 additions and 25 deletions
|
@ -330,26 +330,13 @@
|
|||
}
|
||||
|
||||
.code-row-lang {
|
||||
color: $color-gray-10;
|
||||
position: relative;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
font-size: $fs14;
|
||||
margin: 0.5rem;
|
||||
|
||||
.code-selection {
|
||||
height: 100%;
|
||||
margin: 0;
|
||||
padding: 0.5rem;
|
||||
width: 4.5rem;
|
||||
font-size: $fs12;
|
||||
background: $color-gray-50;
|
||||
color: $color-gray-10;
|
||||
border-radius: 2px;
|
||||
border: 1px solid $color-gray-30;
|
||||
background-image: url("/images/icons/arrow-down-white.svg");
|
||||
background-repeat: no-repeat;
|
||||
background-position: 90% 48%;
|
||||
background-size: 8px;
|
||||
}
|
||||
.expand-button,
|
||||
.copy-button {
|
||||
margin-top: 8px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue