mirror of
https://github.com/penpot/penpot.git
synced 2025-08-03 08:28:39 +02:00
🐛 Fix allow names selection in dashboard
This commit is contained in:
parent
fe7f4004f1
commit
2c2755b35e
5 changed files with 13 additions and 4 deletions
|
@ -106,6 +106,9 @@
|
|||
border: 1px dashed $color-gray-20;
|
||||
margin-top: 16px;
|
||||
}
|
||||
.table-header {
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.table-row {
|
||||
background-color: $color-white;
|
||||
|
@ -148,9 +151,11 @@
|
|||
|
||||
&.roles {
|
||||
flex-grow: 1;
|
||||
user-select: none;
|
||||
cursor: default;
|
||||
position: relative;
|
||||
.rol-label {
|
||||
user-select: none;
|
||||
}
|
||||
.rol-selector {
|
||||
&.has-priv {
|
||||
border: 1px solid $color-gray-20;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue