Changeset 46818 for branches/5.3/src/wp-admin/css/colors/_mixins.scss
- Timestamp:
- 12/05/2019 10:11:36 PM (6 years ago)
- Location:
- branches/5.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.3
-
branches/5.3/src/wp-admin/css/colors/_mixins.scss
r46816 r46818 3 3 * highlights/shadows, based on a base color. 4 4 */ 5 @mixin button( $button-color, $ text-color: #fff ) {5 @mixin button( $button-color, $button-text-color: #fff ) { 6 6 background: $button-color; 7 7 border-color: $button-color;
Note: See TracChangeset
for help on using the changeset viewer.