change buttons that act as links to anchor tags
Buttons and links are different and serve different purposes. Links _go somewhere_ while buttons _do something_. When I click on a movie title to _go to_ the movie page the thing I click should act like a link. If I ctrl+click or middle click it it should still act like a link... by opening in a new tab.
This commit is contained in:
parent
09a36cbbfd
commit
0ffff84a9e
3 changed files with 11 additions and 5 deletions
|
@ -327,6 +327,7 @@ button::-moz-focus-inner {
|
|||
vertical-align: middle;
|
||||
font-family: inherit;
|
||||
font-size: inherit;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.textActionButton:hover {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue