Improve UX on panel menu button click
This commit is contained in:
parent
7d29b142a6
commit
7e7d689302
|
@ -2595,6 +2595,13 @@ a.account__display-name {
|
|||
border-color: darken($ui-base-color, 8%);
|
||||
}
|
||||
|
||||
.column-link--transparent:hover,
|
||||
.column-link--transparent:focus,
|
||||
.column-link--transparent:active {
|
||||
background: linear-gradient(transparent, transparent, #00000012) !important;
|
||||
border-radius: 5px !important;
|
||||
}
|
||||
|
||||
.column-title {
|
||||
text-align: center;
|
||||
padding: 40px;
|
||||
|
|
Loading…
Reference in New Issue