Changeset 48465
- Timestamp:
- 07/14/2020 01:35:47 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/common.css
r48460 r48465 2028 2028 .postbox .handle-order-lower { 2029 2029 color: #72777c; 2030 width: 1.62rem; 2030 2031 } 2031 2032 … … 2054 2055 padding: 0; 2055 2056 line-height: 1; 2057 } 2058 2059 .postbox.closed { 2060 border-bottom: 0; 2056 2061 } 2057 2062 … … 3022 3027 3023 3028 .postbox .handle-order-higher .order-higher-indicator::before, 3024 .postbox .handle-order-lower .order-lower-indicator::before, 3029 .postbox .handle-order-lower .order-lower-indicator::before { 3030 position: relative; 3031 top: 0.11rem; 3032 width: 20px; 3033 height: 20px; 3034 } 3035 3025 3036 .postbox .handlediv .toggle-indicator::before { 3026 3037 width: 20px; … … 3029 3040 3030 3041 .postbox .handlediv .toggle-indicator::before { 3042 position: relative; 3043 top: 0.05rem; 3031 3044 text-indent: -1px; /* account for the dashicon glyph uneven horizontal alignment */ 3032 3045 } … … 3045 3058 .postbox .handle-order-lower:focus, 3046 3059 .postbox .handlediv:focus { 3047 box-shadow: none; 3060 box-shadow: 3061 0 0 0 1px #5b9dd9, 3062 0 0 2px 1px rgba(30, 140, 190, 0.8); 3048 3063 /* Only visible in Windows High Contrast mode */ 3049 3064 outline: 1px solid transparent; … … 3053 3068 .postbox .handle-order-lower:focus .order-lower-indicator::before, 3054 3069 .postbox .handlediv:focus .toggle-indicator::before { 3055 box-shadow: 3056 0 0 0 1px #5b9dd9, 3057 0 0 2px 1px rgba(30, 140, 190, 0.8); 3070 box-shadow: none; 3058 3071 /* Only visible in Windows High Contrast mode */ 3059 3072 outline: 1px solid transparent;
Note: See TracChangeset
for help on using the changeset viewer.