Merge branch 'final-fixes-frfr' into 'develop'
Final fixes frfr See merge request pleroma/pleroma-fe!2245
This commit is contained in:
commit
683b2d7fea
4 changed files with 8 additions and 3 deletions
|
|
@ -129,6 +129,13 @@ export default {
|
|||
shadow: ['--buttonDefaultHoverGlow', '--buttonPressedBevel']
|
||||
}
|
||||
},
|
||||
{
|
||||
state: ['toggled', 'hover', 'focused'],
|
||||
directives: {
|
||||
background: '--accent,-24.2',
|
||||
shadow: ['--buttonDefaultHoverGlow', '--buttonPressedBevel']
|
||||
}
|
||||
},
|
||||
{
|
||||
state: ['toggled', 'disabled'],
|
||||
directives: {
|
||||
|
|
|
|||
|
|
@ -32,6 +32,7 @@
|
|||
margin: 0;
|
||||
|
||||
.user-info {
|
||||
width: 100%;
|
||||
margin: 1.2em;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue