mirror of https://github.com/vector-im/riot-web
make text buttons in the header look clickable with a pointer
parent
5153954a28
commit
cf77a96ac5
|
@ -60,6 +60,8 @@ limitations under the License.
|
|||
-webkit-order: 2;
|
||||
order: 2;
|
||||
|
||||
cursor: pointer;
|
||||
|
||||
-webkit-flex: 0 0 90px;
|
||||
flex: 0 0 90px;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue