angelovcom.net

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

_style.scss (231B)


      1 .wp-block-file {
      2 
      3 	// Undo Gutenberg hover defaults
      4 	a.wp-block-file__button:active,
      5 	a.wp-block-file__button:focus,
      6 	a.wp-block-file__button:hover {
      7 		opacity: inherit;
      8 	}
      9 
     10 	a.wp-block-file__button {
     11 		display: inline-block;
     12 	}
     13 }