mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 07:47:54 +00:00
theme: remove some unused styles
as proclaimed by Edge
This commit is contained in:
parent
459c07da6f
commit
6fcb287e3b
2 changed files with 0 additions and 2 deletions
|
@ -285,6 +285,5 @@ button,
|
|||
input[type="submit"] {
|
||||
cursor: pointer;
|
||||
user-select: none;
|
||||
vertical-align: middle;
|
||||
white-space: nowrap;
|
||||
border: inherit; }
|
||||
|
|
|
@ -1367,7 +1367,6 @@ option {
|
|||
-ms-user-select: none !important;
|
||||
-webkit-user-select: none !important;
|
||||
user-select: none !important;
|
||||
vertical-align: middle !important;
|
||||
white-space: nowrap !important;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue