mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:36:14 -05:00
Reset buttons without classes
This commit is contained in:
parent
d3b3a2ed80
commit
333b39eef2
1 changed files with 7 additions and 0 deletions
|
@ -217,6 +217,13 @@ kbd {
|
||||||
0 1px 0 0 #fff inset;
|
0 1px 0 0 #fff inset;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
button {
|
||||||
|
background: transparent;
|
||||||
|
border: none;
|
||||||
|
outline: none;
|
||||||
|
box-shadow: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// Utilities
|
// Utilities
|
||||||
|
|
Loading…
Add table
Reference in a new issue