Changeset 9557
- Timestamp:
- 03/01/2020 01:18:54 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-translation-suggestions/css/translation-suggestions.css
r9495 r9557 22 22 } 23 23 24 .copy-suggestion {25 visibility: hidden;26 }27 28 24 .translation-suggestion:focus-within, 29 25 .translation-suggestion:focus, … … 31 27 background: #F2F0F7; 32 28 outline: none; 33 }34 35 .translation-suggestion:focus-within .copy-suggestion,36 .translation-suggestion:focus .copy-suggestion,37 .translation-suggestion:hover .copy-suggestion {38 visibility: visible;39 29 } 40 30 … … 54 44 .translation-suggestion__translation { 55 45 flex: 1; 46 min-width: 1%; 56 47 color: #333; 57 48 white-space: pre-wrap; 58 word-break: break-word; 49 word-wrap: break-word; 50 overflow-wrap: break-word; 59 51 } 60 52
Note: See TracChangeset
for help on using the changeset viewer.