Skip to content

Commit

Permalink
FLUID-6177: Aligning play button arrow with selection.
Browse files Browse the repository at this point in the history
  • Loading branch information
jobara committed May 3, 2018
1 parent 1eb4269 commit fb88262
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/orator/css/Orator.css
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,10 @@
background: #666666;
border: 0.1rem solid #4E4E4E;
border-radius: 0.2rem;
/* Align down arrow to the beginning of the character that is first selected. */
transform: translate(-49%);
}

.fl-orator-selectionReader-play:after,
.fl-orator-selectionReader-play:before {
top: 100%;
Expand Down

0 comments on commit fb88262

Please sign in to comment.