Skip to content

Commit 10c0471

Browse files
author
Kristan Kenney
committed
Hide quick action icons until item is focused
1 parent d73b9af commit 10c0471

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

web/css/src/styles.css

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2122,6 +2122,10 @@ body.mobile .l-unit-toolbar__col--right {
21222122
float: right;
21232123
}
21242124

2125+
.actions-panel {
2126+
line-height: 1rem;
2127+
}
2128+
21252129
.actions-panel__col {
21262130
display: inline-block;
21272131
min-width: 18px;
@@ -2153,6 +2157,14 @@ body.mobile .l-unit-toolbar__col--right {
21532157
line-height: 31px;
21542158
}
21552159

2160+
.l-unit__col .actions-panel .fas {
2161+
display: none;
2162+
}
2163+
2164+
.l-unit__col:hover .actions-panel .fas {
2165+
display: inline-block;
2166+
}
2167+
21562168
.icon-pad-right {
21572169
margin-right: 5px;
21582170
}

0 commit comments

Comments
 (0)