Improve alignment of icons on admin roles list (#32153)
This commit is contained in:
parent
6734b6550f
commit
c828e7731c
2 changed files with 5 additions and 0 deletions
|
@ -1054,6 +1054,10 @@ a.name-tag,
|
|||
}
|
||||
}
|
||||
|
||||
.icon {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
a.announcements-list__item__title {
|
||||
&:hover,
|
||||
&:focus,
|
||||
|
|
|
@ -137,6 +137,7 @@ a.table-action-link {
|
|||
padding: 0 10px;
|
||||
color: $darker-text-color;
|
||||
font-weight: 500;
|
||||
white-space: nowrap;
|
||||
|
||||
&:hover {
|
||||
color: $highlight-text-color;
|
||||
|
|
Loading…
Reference in a new issue