mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-04-25 05:23:36 -04:00
revision history: no hover state on buttons when disabled
This commit is contained in:
parent
fd749a9c6e
commit
8fff53775a
1 changed files with 3 additions and 0 deletions
|
@ -10,6 +10,9 @@
|
|||
}
|
||||
#revision-controls {
|
||||
float: left;
|
||||
.btn[disabled]:hover {
|
||||
color: #534d4b;
|
||||
}
|
||||
}
|
||||
#display-modes {
|
||||
text-align: right;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue