mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-05 04:39:08 +08:00
Add some margins to settings icons
This commit is contained in:
parent
4be84e035f
commit
fbc922fe97
@ -160,7 +160,12 @@ export class App extends React.Component <any, any> {
|
||||
},
|
||||
'i.ms-Button-icon' : {
|
||||
color: theme.palette.neutralPrimary,
|
||||
fontWeight: 'normal'
|
||||
fontWeight: 'normal',
|
||||
paddingLeft: '5px',
|
||||
paddingRight: '5px'
|
||||
},
|
||||
'.ms-Button-icon > svg' : {
|
||||
paddingTop: '2px'
|
||||
},
|
||||
'&:hover i.ms-Button-icon' : {
|
||||
color: theme.palette.neutralPrimary,
|
||||
|
2
src/settings/settings-html/dist/bundle.js
vendored
2
src/settings/settings-html/dist/bundle.js
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user